@stdlib/complex-conjf
Return the complex conjugate of a single-precision complex floating-point number.
Return the complex conjugate of a single-precision complex floating-point number.
Sort a single-precision floating-point strided array using insertion sort.
Sort a single-precision floating-point strided array using Shellsort.
Calculate the sum of single-precision floating-point strided array elements.
Calculate the sum of single-precision floating-point strided array elements using an improved Kahan–Babuška algorithm.
Calculate the sum of single-precision floating-point strided array elements using a second-order iterative Kahan–Babuška algorithm.
Calculate the sum of single-precision floating-point strided array elements using ordinary recursive summation.
Calculate the sum of single-precision floating-point strided array elements using pairwise summation.
Calculate the sum of single-precision floating-point strided array elements, ignoring NaN values and using extended accumulation.
Test whether two double-precision complex floating-point numbers are equal.
Test whether two single-precision complex floating-point numbers are equal.
Test whether two double-precision complex floating-point numbers are not equal.
Test whether two single-precision complex floating-point numbers are not equal.
Test whether two double-precision complex floating-point numbers are the same value.
Calculate the dot product of two vectors.
Return the minimum and maximum absolute values.
Return the minimum and maximum absolute values.
Return the minimum and maximum values.
Return the minimum value.
Decompose a double-precision floating-point number into integral and fractional parts.