Log
Use this function in an equation to calculate the logarithm of a symbol or value.
Syntax
LOG (Num[, Base])
where:
- Num is a numeric value.
- Base is a symbol or a constant. The default is the natural logarithm base e (= 2.71828). If Base is a symbol, your system determines the logarithm for each cell in SymName from the corresponding cell in Base.
Syntax example
LogValue = LOG (ExpValue,10)