提交 03d4ac96 authored 作者: Frederic's avatar Frederic

Add doc for isinf and isnan

上级 f0ddb0ea
......@@ -1067,6 +1067,18 @@ The six usual equality and inequality operators share the same interface.
Returns a variable representing the result of logical inequality (a!=b).
.. function:: isnan(a)
Returns a variable representing the comparison of ``a`` elements with nan.
This is equivalent to ``numpy.isnan``.
.. function:: isinf(a)
Returns a variable representing the comparison of ``a`` elements
with inf or -inf.
This is equivalent to ``numpy.isinf``.
Condition
---------
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论