LOG10
Description: Returns the base-10 logarithm of a number.
Syntax: LOG10(Number)
- Number is the positive real number for which you want the base-10 logarithm.
Remarks:
- When used in an event analysis flowchart, Number must evaluate to a numerical value. It can include:
-
Numerical values
-
Standard operands (+, -, *, /)
-
Predefined mathematical functions (exp, log, sin, etc.)
-
References to any ReliaSoft Workbooks
Example:
- LOG10(10) = 1