Ninja Library - Mathematical Function
njSin
Returns a sine
FORMAT
Float njSin( ang )
Angle ang
PARAMETER
ang
Angle
RETURN
Value of sine
DESCRIPTION
Determines the sine of arbitrary angle ang and returns the value found as the result.
EXAMPLE
ans = njSin( 0x1555 ); % Result % ans = 0.499972
REFERENCE
njCos
()
njTan
()
njSin
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999