<<
Index
>>
FutureBasic 5
log2
function
Syntax:
base2Log#
=
log2
(
expr
)
Description:
Returns the base-2 logarithm of
expr
.
log2
always returns a double-precision result.
See Also:
log
;
log10