Skip to content

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

License

Notifications You must be signed in to change notification settings

michelenatale/Integer-DataType

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.