FunctionsMathlnReturns the natural logarithm for each positive numeric input. ln(…) → Float64 Kind · scalar Returns the natural logarithm for each positive numeric input. Part of the Math family.leastReturns the smallest numeric value across all arguments for each row.logComputes logarithms on positive numeric values. With one argument it returns the natural logarithm; with two arguments it returns log(base, value).