chainer.functions.erfc

chainer.functions.erfc(x)[source]

Elementwise complementary error function.

Note

Forward computation in CPU can be slow if SciPy is not available.

Parameters:x (Variable or numpy.ndarray or cupy.ndarray) – Input variable.
Returns:Output variable.
Return type:Variable