<<
Index
>>
FutureBasic
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