Ninja Library - Mathematical Function

njArcTan

Returns an arc tangent

FORMAT

Angle njArcTan( n )
Float n

PARAMETER

 n  Value of tangent 

RETURN

Value of arc tangent

DESCRIPTION

Determines the arc tangent from arbitrary given tangent value n and returns the value of the result.

EXAMPLE

ans = njArcTan( 2.f );
% Result %
ans = 0x2d1b

REFERENCE

njArcCos()
njArcCosec()
njArcCot()
njArcSec()
njArcSin()

njArcTan
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999