base-2
There are 12 repositories under base-2 topic.
Jonny-exe/binary-fractions
A Python package for floating-point binary fractions. Do math in base 2!
stdlib-js/math-base-special-log2
Binary logarithm (base 2).
stdlib-js/constants-float64-max-base2-exponent
The maximum biased base 2 exponent for a double-precision floating-point number.
stdlib-js/math-base-special-fast-uint32-log2
Compute an integer binary logarithm (base two).
stdlib-js/math-iter-special-log2
Create an iterator which evaluates the binary logarithm for each iterated value.
PT400C/Quadric
Proof Of Concept for simple Base-2 binary to Base-4 DNA-code representation conversion
stdlib-js/math-base-special-exp2
Base 2 exponential function.
stdlib-js/math-iter-special-exp2
Create an iterator which evaluates the base 2 exponential function for each iterated value.
void-gh/pwsh-data-size-unit-measure
Powershell script converts computer data size unit of measure between one format and another
natan-xav2019/Conversor-de-Base
Um conversor de todas as bases de 2 ate 16.
JamesMatchett/CSharp-Floating-Point-Binary-Conversion
Asked to do floating point conversions on pen and paper in class, quick little progarm to make these easier
stdlib-js/constants-float32-max-base2-exponent
The maximum biased base 2 exponent for a single-precision floating-point number.