sw1tcherrr / big-integer

Efficient implementation of long arithmetic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Efficient implementation of long arithmetic


Languages

Language:C++ 100.0%