[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Log10()
Returns a logarithm in base 10
Syntax:
Log10( nNumber ) -> nLogNumber
nNumber : The number to calculate the logarithm from.
Description:
Returns a given logarithm number in base 10 calculated with
the use of natural logarithms.
Return:
The logarithm in base 10 or Nil if negative number.
Example:
Log10( 10 ) // 1
See Also:
LogX()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson