chainer.functions.erfcx

chainer.functions.erfcx(x)[source]

Elementwise scaled complementary error function.

Note

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

Parameters:x (Variable or N-dimensional array) – Input variable.
Returns:Output variable.
Return type:Variable