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