@stdlib/number-float64-base-exponent
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Return an integer corresponding to the unbiased exponent of a double-precision floating-point number.
Create a double-precision floating-point number from a literal bit representation.
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.
Return a string giving the literal bit representation of a double-precision floating-point number.
Convert an integer-valued double-precision floating-point number to a signed 64-bit integer byte array according to host byte order.
A collection of low-level bit-readers for byte-arrays
Efficient 2D Bit Array with Serialization
a typescript library for reading and writing binary files to and from plain javascript objects
A simple bytehandler, hopefully helpfull for anyone working with bits and bytes,
Convert bytes to human readable string.
Converts an array of X-bit unsigned integers to an array of Y-bit unsigned integers
An ES module providing a "bit consumer" class allowing you to feed it endless of bits and receive unsigned integers back from them whenever the wanted amount of bits has been consumed. The bits are consumed in the order of the most significant bits first.
An ES module providing functions for setting and clearing bits (and doing any bitwise operations) in Numbers up to 53 bits and in BigInts of any bit-width. In addition there's also functions to manipulate the bits in JavaScript's 64-bit floats and represe
Lightweight BitArray implementation written in javascript.
Store and operate on data in Numbers and BigInts for memory savings, performance, and fun.
Decoder for complex binary data