bit-twiddle
Bit twiddling hacks for JavaScript
Bit twiddling hacks for JavaScript
Exact arithmetic of binary logarithm with floor
Encode Integers into Strings and decode Strings into Integers.
Binary logarithm (base 2).
Create an iterator which evaluates the base 2 exponential function for each iterated value.
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.
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.
Compute an integer binary logarithm (base two).
Base 2 exponential function.