Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/michelenatale/integer-datatype
- Owner: michelenatale
- License: mit
- Created: 2023-06-26T18:05:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-21T08:29:27.000Z (over 1 year ago)
- Last Synced: 2024-11-10T09:34:12.308Z (2 months ago)
- Topics: arbitrary-precision, csharp, datastructures, datastructures-algorithms, dotnet-core, int128, int256, int512, numeric, uint128, uint256, uint512
- Language: C#
- Homepage:
- Size: 525 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 etcFor almost all operations there is also the possibility to work with checked.