Futurebasic/Language/Reference/log2

LOG2 edit

Syntax edit

base2Log# = LOG2(expr)

Description edit

Returns the base-2 logarithm of expr. LOG2 always returns a double-precision result.

See Also edit

LOG10