Skip to main content

log10

functionv1.11

clojure.math/log10

Available in:BBCLJ
(log10 [a])
Returns the logarithm (base 10) of a. If a is ##NaN or negative => ##NaN If a is ##Inf => ##Inf If a is zero => ##-Inf See: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#log10-double-

No examples yet. Be the first to add one!