Skip to main content

log

functionv1.11

clojure.math/log

Available in:BBCLJ
(log [a])
Returns the natural logarithm (base e) 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#log-double-

No examples yet. Be the first to add one!