Calculates the decimal logarithm of a numeric value.
// Calculate the logarithm of 10
ResLogarithm = Log(10)
// Returns 1
Syntax
<Result> = Log(<Numeric value>)
<Result>: Real
Requested decimal logarithm.
<Numeric value>: Integer or real
Numeric value to use. A WLanguage error occurs if this parameter is a negative number or a null number.