@stdlib/constants-float32
Single-precision floating-point mathematical constants.
Single-precision floating-point mathematical constants.
Mask for excluding the sign bit of a single-precision floating-point number.
Cube root of single-precision floating-point epsilon.
Difference between one and the smallest value greater than one that can be represented as a single-precision floating-point number.
Mask for the exponent of a single-precision floating-point number.
1/4 times π.
1/2 times π.
Maximum single-precision floating-point number.
Smallest positive single-precision floating-point subnormal number.
Square root of single-precision floating-point epsilon.
2π.
Test if a value is a Complex64Array.
Apply a plane rotation.
Construct a Givens plane rotation.
Apply a modified Givens transformation.
Multiply a single-precision floating-point vector by a constant.
Interchange two single-precision floating-point vectors.
Adds a constant to each single-precision floating-point strided array element and computes the sum using extended accumulation and returning an extended precision result.
Adds a constant to each single-precision floating-point strided array element and computes the sum using pairwise summation with extended accumulation and returning an extended precision result.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values, using ordinary recursive summation with extended accumulation, and returning an extended precision result.