blob: feae8723bf19e036e34fd4c6ac110549c470d11a [file] [log] [blame]
``mx.nd.erf``
==========================
Description
----------------------
Returns element-wise gauss error function of the input.
**Example**::
erf([0, -1., 10.]) = [0., -0.8427, 1.]
Arguments
------------------
+----------------------------------------+------------------------------------------------------------+
| Argument | Description |
+========================================+============================================================+
| ``data`` | NDArray-or-Symbol. |
| | |
| | The input array. |
+----------------------------------------+------------------------------------------------------------+
Value
----------
``out`` The result mx.ndarray
Link to Source Code: http://github.com/apache/incubator-mxnet/blob/1.6.0/src/operator/tensor/elemwise_unary_op_basic.cc#L886