Log

Description:              This function returns the common logarithm (base 10) of a number.

Returns:                    Numeric

Usage:                       Script or Steady State.

Format:                      Log(X)

Parameters:             X    { numeric }  { required }  { no default }

                                      Any numeric expression. The value must be strictly greater than 0 for the result to be valid.

Comments:               The common antilogarithm can be found using the Pow function.

Example:

n = Log(10000);

The variable n will be set to 4.

See Also:

Exp | Ln | Pow | Math Functions