@stdlib/constants-float32-smallest-normal
Smallest positive normalized single-precision floating-point number.
@stdlib/math-base-special-frexp
Split a double-precision floating-point number into a normalized fraction and an integer power of two.
@stdlib/math-base-special-sinc
Compute the normalized cardinal sine of a number.
@stdlib/math-iter-special-sinc
Create an iterator which computes the normalized cardinal sine for each iterated value.
@stdlib/math-base-tools-normhermitepoly
Evaluate a normalized Hermite polynomial.
math-base-special-frexpf
The "math-base-special-frexpf" repository provides a specialized function for computing the exponential function of a floating-point number. This library supports efficient numerical calculations in both browsers and Node.js. 🐙📦
@stdlib/math-base-tools-normhermitepolyf
Evaluate a normalized Hermite polynomial using single-precision floating-point arithmetic.
math-base-special-frexpf
Split a single-precision floating-point number into a normalized fraction and an integer power of two.
@stdlib/slice-base-length
Compute the number of elements in a normalized slice.