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>log10()</b> http://www.X-Hacker.org [<<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 number logarithm 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()

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