madd() Multiple-Precision Mathematics madd() Add multiple-precision integers #include <mprec.h> void madd(a, b, c) mint *a, *b, *c; The COHERENT system includes a suite of routines that allow you to perform multiple-precision mathematics. madd sets the mul- tiple-precision integer (or mints) pointed to by c to the sum of the the mints pointed to by a and b. ***** See Also ***** multiple-precision mathematics COHERENT Lexicon Page 1