bi
An arbitrary precision integer library for C++.
|
▼Nbi | |
Cbi_t | Arbitrary-precision integer type and related functions |
Cdivision_by_zero | Throws if a division by zero attempt is detected |
Cexception | Base exception class for the bi library |
Cfrom_float | Throws when attempting to convert a NaN or infinity to a bi_t |
Coverflow_error | Throws if an operation expects the result to require a digit vector with size() exceeding max_size() . See the internals section |