- Mar 21, 2008
- 1,389
- 0
- 0
I'm looking around for a simple, tight, header-only implementation of a 128-bit (unsigned or signed) integer in C++. Ideally, it would work in VC++ and G++.
Does anyone have pointer to something more minimal than GMP or http://mattmccutchen.net/bigint/ ?
Preferably, this will include a sqrt()-like functionality.
Does anyone have pointer to something more minimal than GMP or http://mattmccutchen.net/bigint/ ?
Preferably, this will include a sqrt()-like functionality.
Last edited: