bit-twiddle
Bit twiddling hacks for JavaScript
Bit twiddling hacks for JavaScript
Encode Integers into Strings and decode Strings into Integers.
Exact arithmetic of binary logarithm with floor
Create an iterator which evaluates the binary logarithm for each iterated value.
The minimum biased base 2 exponent for a normal double-precision floating-point number.
The minimum biased base 2 exponent for a subnormal double-precision floating-point number.
Binary logarithm (base 2).
Create an iterator which evaluates the base 2 exponential function for each iterated value.
Base 2 exponential function.
Compute an integer binary logarithm (base two).
The maximum biased base 2 exponent for a double-precision floating-point number.
The maximum biased base 2 exponent for a subnormal double-precision floating-point number.