Skip to content

xarts19/VTBignum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Class for handling arbitrary precision integers.

Integer is stored in the array of bytes represented as base 256 number. They are signed by default.

Class can be created from:

  • 32 and 64 bit ints;
  • byte arrays, containing base 256 number;
  • character strings, intepreted as base 10 or base 16 numbers

Supported operations:

  • addition / substraction (positive and negative numbers)
  • multiplication
  • comparison

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages