@stdlib/math-iter-special-exp10
Create an iterator which evaluates the base 10 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 evaluates the standard logistic function for each iterated value.
Create an iterator which evaluates the factorial function for each iterated value.
Create an iterator which evaluates the natural logarithm of the factorial function for each iterated value.
Create an iterator which computes the Fresnel integral C(x) for each iterated value.
Create an iterator which computes the Fresnel integral S(x) for each iterated value.
Create an iterator which evaluates the gamma function for each iterated value.
Create an iterator which computes `gamma(x+1) - 1` 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 common logarithm (logarithm with base 10) for each iterated value.
Escape RegExp special characters
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 a physicist's Hermite polynomial.
Evaluate a normalized Hermite polynomial using double-precision floating-point arithmetic.
Evaluate a normalized Hermite polynomial using single-precision floating-point arithmetic.
Sine and cosine integrals.
Evaluate the signum function for a double-precision floating-point number.
Evaluate the signum function for a single-precision floating-point number.