Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

Tutorial
PrevUpHomeNext

In order to use this library you need to make two choices:

  • What kind of number do I want (integer, floating-point, rational, or complex).
  • Which back-end do I want to perform the actual arithmetic (Boost-supplied, GMP, MPFR, MPC, Tommath etc)?

PrevUpHomeNext