Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Interval Number Types

mpfi_float
mpfi_float
Complex Number Types
cpp_complex
mpc_complex
complex128
complex_adaptor
Rational Number Types
cpp_rational
gmp_rational
tommath_rational
rational_adaptor
Miscellaneous Number Types.
logged_adaptor
debug_adaptor
Forward Declarations
Constructing and Interconverting Between Number Types
Generating Random Numbers
Primality Testing
Literal Types and constexpr Support
Importing and Exporting Data to and from cpp_int and cpp_bin_float
Rounding Rules for Conversions
Mixed Precision Arithmetic
Variable Precision Arithmetic
Generic Integer Operations
Boost.Serialization Support
Numeric Limits
std::numeric_limits<> constants
std::numeric_limits<> functions
Numeric limits for 32-bit platform
How to Determine the Kind of a Number From std::numeric_limits
Input Output
Hash Function Support
Eigen Interoperability
Writing a New Backend

There is currently only one interval number type supported - MPFI.


PrevUpHomeNext