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 nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond 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