@stdlib/utils-type-max-cli
Return the maximum value of a specified numeric type.
Return the maximum value of a specified numeric type.
Return the minimum value of a specified numeric type.
Return the minimum value of a specified numeric type.
Return the size (in bytes) of the canonical binary representation of a specified numeric type.
Return the maximum finite value capable of being represented by a numeric real type.
Return the maximum finite 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.
Return the smallest positive normal value capable of being represented by a numeric real type.
Int16Array.
Int32Array.
Int8Array.
Uint16Array.
Uint32Array.
Uint8Array.
Uint8ClampedArray.
Determine the minimum array data type for storing a provided signed integer value.
Determine the minimum array data type for storing a provided unsigned integer value.
Test if a value is a number having a safe integer value.
Test if a value is an array-like object containing only safe integers.
Convert a single-precision floating-point number to a signed 32-bit integer.