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