float atanpi(float n)
Returns the inverse tangent of n, where n is a tangent. The
return value is in the range -0.5 to 0.5 and is in semi-circles.
float atanpi(float y, float x)
Alias for atan2pi.
<vector> atanpi(<vector>v)
Returns a new vector with atanpi() applied to each component.
| See also | |
| math |
|
| trig |