chainerx.arctan

chainerx.arctan(x)

Trigonometric inverse tangent, element-wise

Parameters

x (ndarray) – Input array.

Returns

Returned array: \(y = \arctan x\).

Return type

ndarray

Note

During backpropagation, this function propagates the gradient of the output array to the input array x.

See also

numpy.arctan