/big-integer

Efficient implementation of long arithmetic

Primary LanguageC++

big integer

Type supporting numbers of any length

  • Fast arithmetic and bitwise operations
  • Casts to/from string
  • Non-asymptotic optimizations and minimized number of copying and reallocations

Compilation

Tested with C++14