cfunction
src/core/math.c on line 283 , column 1
(math/log2 x )
Returns the log base 2 of x.
(math/log ( math/e math/e )) # => 2
(math/log2 256 ) # => 8
(math/log10 1000 ) # => 3