bit-operations
There are 10 repositories under bit-operations topic.
Astrodynamic/Decimal-float-point
Decimal is a high-precision value type for financial calculations that minimizes errors due to rounding. It represents big numbers how in C#.
lxaw/chibi-txt
Simple file compression in Rust.
MarioMatschgi/Converter
Converter is an app for converting and calculating numbers. It can convert numbers between different radix (bases), for example binary to hexadecimal or decimal numbers and vice versa. It also supports a calculator which can evaluate braces, different radix and even bit-operations!
4s4v1n/Decimal
This project presents an implementation of the decimal data type of the C# language, in pure C.
allenvox/bitwise-operations
Learning bitwise operations in pure C, making varint & UTF-8 encoding methods
yulin-physics/bitop
Package bitop implements simple functions to manipulate bits, mimicking package strings.
marciamart/Bitset
Ordenador de valores entre 0 a 5000 com um vetor de bits
Astrodynamic/Decimal-fixed-point
Decimal is a high-precision value type for financial calculations that minimizes errors due to rounding. It represents big numbers how in posgresql.