chainer.functions.arctanh

chainer.functions.arctanh(x)[source]

Elementwise inverse hyperbolic tangent function.

Parameters

x (Variable or N-dimensional array) – Input variable.

Returns

Output variable.

Return type

Variable