Skip to content

mfurga/bignum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arbitrary precision arithmetic library

Light arbitrary-precision arithmetic library. It allows to perform basic arithmetic operations (+, -, *, /, %) and bitwise operations (NEG, OR, AND, XOR) on signed numbers. Tested on random numbers based on Python arithmetic.

TODO

  • fix error handling
  • unit tests, CI

Releases

No releases published

Packages

No packages published