atan2
Two-variable arc-tangent of the inputs
atan2(in1, in2): out1
Arguments:
Arguments
Name | Type | Default | Description |
---|---|---|---|
in1 | number | Input to the arc-tan function. | |
in2 | number | Input to the arc-tan function. |
Returns
Name | Type | Description |
---|---|---|
out1 | number | The arc-tan of the divided input in radians. |