@stdlib/complex-float32-base
Base (i.e., lower-level) single-precision complex number functions.
Base (i.e., lower-level) single-precision complex number functions.
Base (i.e., lower-level) single-precision complex number assertion functions.
Canonical single-precision complex floating-point NaN.
Single-precision complex floating-point zero.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using an improved Kahan–Babuška algorithm.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using a second-order iterative Kahan–Babuška algorithm.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using ordinary recursive summation.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using pairwise summation.
Reverse a single-precision floating-point strided array in-place.
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using heapsort.
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using insertion sort.
Simultaneously sort two single-precision floating-point strided arrays based on the sort order of the first array using Shellsort.
Sort a single-precision floating-point strided array using heapsort.
Sort a single-precision floating-point strided array using insertion sort.
Sort a single-precision floating-point strided array using Shellsort.
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.
Compute the cube root for each element in a single-precision floating-point strided array according to a strided mask array.