LOG, LOG10


Purpose
Logarithm to base 10
Synopsis
LOG(value)
LOG10(value)
Argument
value 
One of the following: a constant; a variable; a formula evaluating to a single value; or an XV with only one item
Example
Given the following matrix items:
Column: A
Column: B
XV    : XVA: A
XV    : XVB: = = = B ^ 2
then the following are all valid uses of the function:
LOG(99)
LOG10(99)
LOG(A)
LOG10(A)
LOG(B^2)
LOG10(B^2)
LOG(SQRT(A))
LOG10(SQRT(A))
LOG(XVA)
LOG10(XVA)
LOG(XVB)
LOG10(XVB)
Further information
value must be strictly positive (greater than 1.0E-300).


If you have any comments or suggestions about these pages, please send mail to docs@dashoptimization.com.