Convert data to float32 array or get float32 fractions
Calculate the variance of a single-precision floating-point strided array using a two-pass algorithm with extended accumulation and returning an extended precision result.
Calculate the median value of a sorted single-precision floating-point strided array.
Calculate the arithmetic mean of a single-precision floating-point strided array, ignoring NaN values, using Welford's algorithm with extended accumulation, and returning an extended precision result.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a two-pass algorithm.
Maximum single-precision floating-point number.