@stdlib/math-base-special-powm1
Evaluate bˣ - 1.
Evaluate bˣ - 1.
Compute `x * ln(y+1)` so that the result is `0` if `x = 0`.
Compute `x * ln(y)` so that the result is `0` if `x = 0`.
Evaluate the natural logarithm of 1+exp(x).
Evaluate ln(1+x) - x.
Compute the natural logarithm of exp(x) + exp(y).
Evaluate the natural logarithm of a double-precision floating-point number.
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+x.
Triangular distribution logarithm of cumulative distribution function (CDF).
Triangular distribution logarithm of probability density function (PDF).
Uniform distribution logarithm of cumulative distribution function (CDF).
Uniform distribution logarithm of probability density function (PDF).
Natural logarithm of the cumulative distribution function (CDF) for a normal distribution.
Natural logarithm of the probability density function (PDF) for a normal distribution.
Natural logarithm of the cumulative distribution function (CDF)for a Pareto (Type I) distribution.
Natural logarithm of the probability density function (PDF) for a Pareto (Type I) distribution.
Natural logarithm of the probability mass function (PMF) for a negative binomial distribution.
Natural logarithm of the cumulative distribution function (CDF) for a lognormal distribution.