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