Showing 1-20 of 632 packages
common types
Various helpful type definitions and type assertion helpers. Includes many tricky recursive and functional types.
Return a normal number `y` and exponent `exp` satisfying `x = y * 2^exp`.
Number constructor.
Float64Array.
Convert a double-precision floating-point number to the nearest single-precision floating-point number.
Float32Array.
Uint32Array.
Uint8Array.
Uint16Array.
Split a double-precision floating-point number into a higher order word and a lower order word.
Double-precision complex number functions.
Single-precision complex number functions.
Return the real and imaginary components of a single-precision complex floating-point number.
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Return the real and imaginary components of a double-precision complex floating-point number.
Buffer.
Return an unsigned 32-bit integer corresponding to the more significant 32 bits of a double-precision floating-point number.
Create a double-precision floating-point number from a higher order word and a lower order word.
Allocate a buffer containing a provided string.