chainer.functions.arctan2

chainer.functions.arctan2(x1, x2)[source]

Elementwise arctangent function with two arguments.

Parameters
Returns

Angles in radians, in the range [-pi, pi].

Return type

Variable