njExp Japanese
<-|INDEX|->
Returns exponents.

FORMAT

#include <Ninja.h> 
Float njExp( x )
Float x

PARAMETERS

x
an arbitrary real number

RETURN VALUE

Returns the exponent value of x

FUNCTION

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

EXAMPLE


NOTES


RELATED TOPICS


njExp
<-|INDEX|->

Copyright SEGA ENTERPRISES, LTD., 1997