@stdlib/math-base-special-log1p
Evaluate the natural logarithm of 1+x.
Found 9 results for math.log1p
Evaluate the natural logarithm of 1+x.
Evaluate ln(1+x) - x.
Evaluate the natural logarithm of 1-exp(-|x|).
Evaluate the natural logarithm of 1+x as a single-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.
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.
Computes the natural logarithm of 1+x.