- Name
-
Ld -- calculate base-2 logarithm (V1.5)
- Synopsis
-
result = Ld(val)
- Function
-
This function calculates and returns the base-2 logarithm of
val.
- Inputs
-
- val
- source value
- Results
-
- result
- base-2 logarithm of val
- Example
-
a = Ld(8)
This returns 3.
Show TOC