Futurebasic/Language/Reference/log2

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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