提交 c8e9e0e5 authored 作者: Frederic Bastien's avatar Frederic Bastien

added the doc for erf and erfc and add alternative name.

上级 4764c84c
...@@ -969,7 +969,7 @@ Mathematical ...@@ -969,7 +969,7 @@ Mathematical
.. function:: inv(a) .. function:: inv(a)
Returns a variable representing the inverse of a, ie 1.0/a. Returns a variable representing the inverse of a, ie 1.0/a. Also called reciprocal.
.. function:: log(a), log2(a), log10(a) .. function:: log(a), log2(a), log10(a)
...@@ -1011,6 +1011,10 @@ Mathematical ...@@ -1011,6 +1011,10 @@ Mathematical
Returns a variable representing the hyperbolic trigonometric functions of a (hyperbolic cosine, sine and tangent). Returns a variable representing the hyperbolic trigonometric functions of a (hyperbolic cosine, sine and tangent).
.. function:: erf(a), erfc(a)
Returns a variable representing the error function or the complementary error function.
.. _libdoc_tensor_broadcastable: .. _libdoc_tensor_broadcastable:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论