@stdlib/blas-ext-base-ssumkbn
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 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.
Return the maximum value, ignoring NaN.
Return the minimum value, ignoring NaN.
Compute the nth negaFibonacci number.
Compute the nth negaLucas number.