Smallest positive single-precision floating-point subnormal number.
-
Updated
Jul 9, 2026 - JavaScript
Smallest positive single-precision floating-point subnormal number.
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.
Perform the symmetric rank 1 operation `A = α*x*x^T + A`.
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.
Evaluate the ramp function for each element in a single-precision floating-point strided array according to a strided mask array.
Convert each element in a single-precision floating-point strided array from degrees to radians.
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm with extended accumulation and returning an extended precision result.
Single-precision floating-point mathematical constants.
Round each element in a single-precision floating-point strided array toward positive infinity.
Evaluate the identity function for a single-precision complex floating-point number.
Compute the reciprocal square root for each element in a single-precision floating-point strided array according to a strided mask array.
Compute the reciprocal square root for each element in a single-precision floating-point strided array.
Apply a binary function to single-precision floating-point strided input arrays according to a strided mask array and assign results to a single-precision floating-point strided output array.
Apply a unary function accepting and returning single-precision floating-point numbers to each element in a single-precision floating-point strided input array and assign each result to an element in a single-precision floating-point strided output array.
Calculate the arithmetic mean of a single-precision floating-point strided array using a two-pass error correction algorithm.
Add a description, image, and links to the float32 topic page so that developers can more easily learn about it.
To associate your repository with the float32 topic, visit your repo's landing page and select "manage topics."