Tutorial#
The tutorial is split into several subsections, and it is meant to be read in a sequential fashion. Users are encouraged to read the tutorial before moving on to the full C++ reference.
- Preliminaries
- Construction, conversion and assignment
- Input and output
- The numerical tower and type coercion
- Common operators
- API overview
- Integer tutorial
- Rational tutorial
- Quadruple-precision float tutorial
- Quadruple-precision complex numbers tutorial
- Multiprecision float tutorial
- Multiprecision complex numbers tutorial
- Boost.serialization support
- Extra: integration with pybind11