@stdlib/blas-ext-base-ssumkbn2
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 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.
Return the positive difference between `x` and `y`.
Compute the hypotenuse avoiding overflow and underflow (single-precision).
Evaluate the identity function for a single-precision floating-point number.
Compute the multiplicative inverse of a single-precision floating-point number.
Evaluate the Kronecker delta (single-precision).
Return the maximum safe integer capable of being represented by a numeric real type.
Return the maximum safe integer capable of being represented by a numeric real type.
Return the minimum safe integer capable of being represented by a numeric real type.
Return the minimum safe integer capable of being represented by a numeric real type.
Return the maximum finite value capable of being represented by a numeric real type.
Return the maximum finite value capable of being represented by a numeric real type.
Return the smallest positive normal value capable of being represented by a numeric real type.
Return the smallest positive normal value capable of being represented by a numeric real type.
Typed array pool.
Create an uninitialized array having a specified length.
Create an uninitialized array having the same length and data type as a provided array.