Skip to content

Commit b93a4bb

Browse files
committed
Update user guide to new version
1 parent 286032d commit b93a4bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/user_guide.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ The next are the current supported set:
201201

202202
* :code:`where(bool, number1, number2): number` -- number1 if the bool condition
203203
is true, number2 otherwise.
204+
* :code:`{isinf, isnan, isfinite}(float|complex): bool` -- returns element-wise True
205+
for ``inf`` or ``NaN``, ``NaN``, not ``inf`` respectively.
204206
* :code:`{sin,cos,tan}(float|complex): float|complex` -- trigonometric sine,
205207
cosine or tangent.
206208
* :code:`{arcsin,arccos,arctan}(float|complex): float|complex` -- trigonometric

0 commit comments

Comments
 (0)