Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 236 Bytes

File metadata and controls

11 lines (7 loc) · 236 Bytes

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