- Name
-
Log -- calculate logarithm for any base (V1.5)
- Synopsis
-
result = Log(val, base)
- Function
-
This function calculates and returns the logarithm for any base of
val.
- Inputs
-
- val
- source value
- base
- logarithm base
- Results
-
- result
- logarithm of
val from base
- Example
-
a = Log(100, 10)
This returns 2.
Show TOC