Name:
log2
binary logarithm.
Description:
log2
is the binary logarithm defined by: log2(x) = log(x)/log(2).
It is defined only for x in [0; +Inf].
See also:
log
,
log10
Go back to the list of commands