@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 generates a sequence of positive even integers.
Create an iterator which generates a positive integer sequence.
Create an iterator which generates a sequence of positive odd integers.
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 exponential function.
Create an iterator which evaluates the natural exponential function for each iterated value.
Create an iterator which evaluates the base 10 exponential function for each iterated value.
Create an iterator which evaluates the base 2 exponential function for each iterated value.
Create an iterator which computes `exp(x) - 1` for each iterated value.
Create an iterator which evaluates the relative error exponential 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.
Beautiful and accessible drag and drop for lists with React
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.