@stdlib/math-base-special-powm1
Evaluate bˣ - 1.
Evaluate bˣ - 1.
Compute the reciprocal cube root of a double-precision floating-point number.
Compute the reciprocal cube root of a single-precision floating-point number.
Compute the reciprocal square root of a double-precision floating-point number.
Compute the reciprocal square root of a single-precision floating-point number.
Compute the principal square root of a single-precision floating-point number.
Compute the principal square root of the product of π and a positive double-precision floating-point number.
Compute the principal square root of a double-precision floating-point number.
Compute sqrt(1 + x) - 1.
Return the Cartesian power.
Return the Cartesian power.
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 computes the cube root of each iterated value.
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.
Test whether an unsigned integer is a power of 2.
Compute a one-parameter Box-Cox transformation.
Compute a one-parameter Box-Cox transformation of 1+x.