Codebox Operators atan2

atan2

Two-variable arc-tangent of the inputs

atan2(in1, in2): out1

Arguments:

Arguments

NameTypeDefaultDescription
in1number

Input to the arc-tan function.

in2number

Input to the arc-tan function.

Returns

NameTypeDescription
out1number

The arc-tan of the divided input in radians.