bi
An arbitrary precision integer library for C++.
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cbi::bi_tArbitrary-precision integer type and related functions
 Cstd::runtime_error
 Cbi::exceptionBase exception class for the bi library
 Cbi::division_by_zeroThrows if a division by zero attempt is detected
 Cbi::from_floatThrows when attempting to convert a NaN or infinity to a bi_t
 Cbi::overflow_errorThrows if an operation expects the result to require a digit vector with size() exceeding max_size(). See the internals section