@stdlib/math-base-special-clampf
Restrict a single-precision floating-point number to a specified range.
Restrict a single-precision floating-point number to a specified range.
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.
Divide two single-precision floating-point numbers.
Multiply two single-precision floating-point numbers.
Subtract two single-precision floating-point numbers.
Compute the squared absolute value of a single-precision floating-point number.
Compute the absolute value of a single-precision floating-point number.
Compute the sum of two single-precision floating-point numbers.