pub const Introduction_to_GNU_MPC: ();
Expand description

This constant is a place-holder for documentation; do not use it in code.


1 Introduction to GNU MPC

GNU MPC is a portable library written in C for arbitrary precision arithmetic on complex numbers providing correct rounding. It implements 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 GNU MPC Basics. If you need to install the library yourself, you need to read Installing GNU MPC, too.

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