atan2 Function

Top  Previous  Next

Description

Computes the four-quadrant inverse tangent of (y/x) and returns values in the closed interval [-pi,pi].

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

atan2(Array Y, Array X)

Array

Computes the four-quadrant inverse tangent of (y/x) and returns values in the closed interval [-pi,pi].

atan2(Matrix Y, Matrix X)

Matrix

Computes the four-quadrant inverse tangent of (y/x) and returns values in the closed interval [-pi,pi].

atan2(Variable y, Variable x)

Variable

Computes the four-quadrant inverse tangent of (y/x) and returns values in the closed interval [-pi,pi].

 

 

See also

Functions