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