Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 508 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 508 Bytes

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.