Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michelenatale/integer-datatype

Simple 128/256/512 bit data structure for unsigned and signed integers.
https://github.com/michelenatale/integer-datatype

arbitrary-precision csharp datastructures datastructures-algorithms dotnet-core int128 int256 int512 numeric uint128 uint256 uint512

Last synced: 4 days ago
JSON representation

Simple 128/256/512 bit data structure for unsigned and signed integers.

Awesome Lists containing this project

README

        

# UIntX

UIntX offers the possibility to work with 128/256/512 bit signed or unsigned integers.

The following futures are included.

- Converter to any integer and flow data type
- Parser for strings to integer data type or binary, octal, decimal, hexadecimal
- Bitwise (Not, AND, OR, XOR) operations
- Basic operations Addition, Subtraction, Multiplication, Division
- Modulo, Pow, Negate operations
- Equal, Comparison etc

For almost all operations there is also the possibility to work with checked.