@stdlib/utils-real-min-cli
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.
Calculate the variance of a single-precision floating-point strided array using extended accumulation and returning an extended precision result.
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.
Create an array filled with NaNs and having a specified length.
Create an array filled with NaNs and having the same length and data type as a provided array.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one.
Generate a linearly spaced numeric array whose elements increment by 1 starting from one and having the same length and data type as a provided input array.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero.
Generate a linearly spaced numeric array whose elements increment by 1 starting from zero and having the same length and data type as a provided input array.
Create a zero-filled array having a specified length.
Create a zero-filled array having the same length and data type as a provided array.
Create a typed array.
Create a complex number typed array.
Create a typed array.
Create an array filled with ones and having a specified length.
Create an array filled with ones and having the same length and data type as a provided array.
Test if a single-precision floating-point numeric value is positive zero.
Test if a single-precision floating-point numeric value is negative zero.
Utilities for single-precision floating-point numbers.
Base utilities for single-precision floating-point numbers.