chainer.functions.arctan

chainer.functions.arctan(x)[source]

Elementwise arctangent function.

\[y_i = \arctan x_i.\]
Parameters:x (Variable) – Input variable.
Returns:Output variable.
Return type:Variable