- ...1
- Integer is actually a macro that you should
use if you do not care about the specific big integer package that
will be used at runtime. If integer efficiency is an issue, then read
the section on using GMP to learn about the actual
integer types avalaible and how to select one.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ... version2
- See the subsection
on debugging for more information on using the
debug library.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
- ... GMP3
- GMP (the GNU Multiple Precision library) is
a free library for software integers, rationals and floats, available
from http://www.swox.com/gmp/.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.