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