njLog10 Japanese
<-|INDEX|->
Returns the base 10 logarithm.

FORMAT

#include <Ninja.h> 
Float njLog10( n )
Float n

PARAMETERS

n
arbitrary real number

RETURN VALUE

Base 10 logarithm of n

FUNCTION


EXAMPLE

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

NOTES


RELATED TOPICS

njLog

njLog10
<-|INDEX|->

Copyright SEGA ENTERPRISES, LTD., 1997