@stdlib/stats-base-snanrange
Calculate the range of a single-precision floating-point strided array, ignoring NaN values.
Calculate the range of a single-precision floating-point strided array, ignoring NaN values.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass textbook algorithm.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using Welford's algorithm.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values and using a one-pass algorithm proposed by Youngs and Cramer.
Calculate the range of a single-precision floating-point strided array.
Calculate the standard deviation of a single-precision floating-point strided array.
Calculate the variance of a single-precision floating-point strided array ignoring NaN values.
Apply a unary function to a single-precision complex floating-point strided input array and assign results to a single-precision complex floating-point strided output array.
Apply a unary function to a single-precision floating-point strided input array according to a strided mask array and assign results to a single-precision floating-point strided output 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 to a single-precision floating-point strided input array and assign results to a single-precision floating-point strided output array.
Apply a binary function to single-precision floating-point strided input arrays and assign results to a single-precision floating-point strided output array.
Test if a value is a Float32Array.
Test if a value is a 2-dimensional ndarray-like object containing single-precision floating-point numbers.
Utilities for single-precision floating-point numbers.
Base utilities for single-precision floating-point numbers.
Base double-precision floating-point number assert functions.
Test if two single-precision floating-point numbers are the same value.
Test if two single-precision floating-point numbers are the same value.
Return an integer corresponding to the unbiased exponent of a single-precision floating-point number.