From the help file:

     Syntax:

=LOG(number; base)

*Number* is the value whose logarithm is to be calculated.

*Base* is the base for the logarithm calculation.


=LOG10(number)

*Number* is the value whose logarithm to the base 10 is to be calculated.


     Example:

The logarithm of the number 10 to the base 3 will return 2.1 as the result.

The logarithm of the number 2.1 to the base 7 will return 0.38 as the result.

The logarithm of the number 0.75 to the base 7.5 will return -0.14 as the result.

The logarithm to the base 10 of the value 3 will return 0.48 as the result.



Singh wrote:
Hello

        In my openoffice.org basic script, the Log function does not seem to 
work
(it says - Action not supported, invalid procedure call).

        Interestingly, Exp, Sin and Cos do work.

        Is there a library I need to load for Log to work ?

Thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to