Futurebasic/Language/Reference/log2
Appearance
LOG2
[edit | edit source]Syntax
[edit | edit source]base2Log# = LOG2(expr)
Description
[edit | edit source]Returns the base-2 logarithm of expr
. LOG2
always returns a double-precision result.
See Also
[edit | edit source]LOG10