@stdlib/constants-float64-ln-two-pi
Natural logarithm of 2π.
Natural logarithm of 2π.
Natural logarithm of the maximum double-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+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 the gamma function for each iterated value.
Create an iterator which evaluates the natural logarithm for each iterated value.
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 ln(1+x) - x.
Compute the natural logarithm of exp(x) + exp(y).
Arcsine distribution logarithm of cumulative distribution function (CDF).
Arcsine distribution logarithm of probability density function (PDF).
Beta distribution logarithm of cumulative distribution function (CDF).
Beta distribution logarithm of probability density function (PDF).
Evaluate the natural logarithm of the cumulative distribution function (CDF) for a beta prime distribution.
Beta prime distribution logarithm of probability density function (PDF).
Natural logarithm of cumulative distribution function (CDF) for a raised cosine distribution.
Natural logarithm of the probability mass function (PMF) for a binomial distribution.
Cauchy distribution natural logarithm of cumulative distribution function (CDF).