Ninja Library - Mathematical Function

njExp

Returns exponents

FORMAT

Float njExp( x )
Float x

PARAMETER

 x  Arbitrary real number 

RETURN

Exponent value of x

DESCRIPTION

Determines the exponent value of the arbitrary real number x and returns the value found as the result.

ans = njExp( 2.302585093f );
/* Result */
ans = 10.000000


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