Ninja Library - Mathematical Function
njLog
Returns the natural logarithm
FORMAT
Float njLog( n )
Float n
PARAMETER
n
Arbitrary real number
RETURN
Natural logarithm of n
DESCRIPTION
Determines the natural logarithm of arbitrary real number n and returns the value found as the result.
EXAMPLE
ans = njLog( 2.f ); % Result % ans = 0.693147
REFERENCE
njLog10
()
njLog
COPYRIGHT © SEGA ENTERPRISES, LTD., 1998,1999