@stdlib/math-base-special-ln
Evaluate the natural logarithm of a double-precision floating-point number.
Found 15 results for math.log
Evaluate the natural logarithm of a double-precision floating-point number.
Evaluate ln(1+x) - x.
Evaluate the natural logarithm of 1+x.
Natural logarithm.
Compute the natural logarithm of exp(x) + exp(y).
Evaluate the natural logarithm of a single-precision floating-point number.
Evaluate the natural logarithm of 1+exp(x).
Evaluate the natural logarithm of 1-exp(-|x|).
Create an iterator which evaluates the natural logarithm of 1+x for each iterated value.
Create an iterator which evaluates the natural logarithm of 1+exp(x) for each iterated value.
Base `b` logarithm.
Create an iterator which evaluates the natural logarithm of 1-exp(-|x|) for each iterated value.
Computes the natural logarithm of 1+x.
Create an iterator which evaluates the natural logarithm for each iterated value.
Create an iterator which computes the base `b` logarithm.