Natural logarithm
Calculates the natural logarithm (base e) of x.
x (Number): | Vector | NDArray The input value (must be positive).
Number
na_ignore (Bool): Whether to preserve NA values in inputs. Default is false.
Bool
log(2.71828) -- Returns = ~1.0
exp