Skip to content

atan

float  atan(float n)

Returns the inverse tangent of n, where n is in radians. The return value is in the range -π/2 to π/2.

float  atan(float y, float x)

Alias for atan2.

<vector> atan(<vector>v)

Returns a new vector with atan() applied to each component.