@stdlib/complex-promotion-rules
Return the complex number data type with the smallest size and closest kind to which data types can be safely cast.
Return the complex number data type with the smallest size and closest kind to which data types can be safely cast.
Convert a signed 64-bit integer byte array to a double-precision floating-point number.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Convert a double-precision floating-point number to a signed 32-bit integer.
Convert a double-precision floating-point number to an unsigned 32-bit integer.
Convert a signed 32-bit integer to an unsigned 32-bit integer.
Convert an integer-valued double-precision floating-point number to a signed 64-bit integer byte array according to host byte order.
A simple and composable way to validate data in JavaScript (and TypeScript).