Next: , Previous: Copying, Up: Top


1 Introduction to MPC

MPC is a portable library written in C for arbitrary precision arithmetic on complex numbers providing correct rounding. Ultimately, it should implement a multiprecision equivalent of the C99 standard. It builds upon the GNU MP and the GNU MPFR libraries.

1.1 How to use this Manual

Everyone should read MPC Basics. If you need to install the library yourself, you need to read Installing MPC, too.

The remainder of the manual can be used for later reference, although it is probably a good idea to skim through it.