DB
FunctionsMath

log

Computes logarithms on positive numeric values. With one argument it returns the natural logarithm; with two arguments it returns log(base, value).

log(…) → Float64

Kind · scalar

Computes logarithms on positive numeric values. With one argument it returns the natural logarithm; with two arguments it returns log(base, value).

Part of the Math family.