Related Topics: | ||
Description: Returns the logarithm of a number to a specified base.
Syntax: LOG(Number, [Base])
Number is the positive real number for which you want the logarithm.
Base is the base of the logarithm. If Base is omitted, it is assumed to be 10.
Remarks:
When used in a RENO flowchart, the parameters must evaluate to numerical values. They can include:
Numerical values
Standard operands (+, -, *, /)
Predefined mathematical functions (exp, log, sin, etc.)
References to any analysis workbooks
Example:
LOG(8, 2) = 3 [the logarithm of 8 with base 2]
© 1992-2015. ReliaSoft Corporation. ALL RIGHTS RESERVED.