Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>logx()</b> http://www.X-Hacker.org [<<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()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson