LOG returns the logarithm (base 10) of its argument

Syntax

LOG(NumExp)

Arguments

  • NumExp is a numerical expression 

Remarks

  1. If Numeric Expression is less than or equal to zero, an error message is displayed.
  2. The base 10 logarithm of x is the power to which 10 would have to be raised to equal x.

 

Quick links: Functions overview | Attribute overview | Constants overview | Dimensions overview

 

  • No labels