Ninja Library - Mathematical Function

njLog10

Returns the base 10 logarithm

FORMAT

Float njLog10( n )
Float n

PARAMETER

 n  Arbitrary real number 

RETURN

Base 10 logarithm of n

DESCRIPTION

Determines the base 10 logarithm of arbitrary real number n and returns the value found as the result.

EXAMPLE

ans = njLog10( 2.f );
% Result %
ans = 0.301030

REFERENCE

njLog()

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