Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>log10()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 LOG10()
 Computes the common logarithm
------------------------------------------------------------------------------
 Syntax

     LOG10(<nValue>) --> nLog10

 Argument

     <nValue>  Designates a number for which the base 10 logarithm is
     determined.

 Returns

     LOG10() returns the base 10 logarithm for the <nValue> number.

 Description

     LOG10() determines the common logarithm for a number.

 Note

     .  For non-mathematicians, look at it this way:  to what power
        must 10 be raised (10n) so that <nValue> results?

 Example

     Display common logarithm values:

     ? LOG10(0.01)            // -2.00
     ? LOG10(2)               //  0.30
     ? LOG10(100)             //  2.00
     ? LOG10(INFINITY())      //  308.25


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