

madd()            Multiple-Precision Mathematics           madd()




Add multiple-precision integers

#include <mprec.h>
vvooiidd mmaadddd(_a, _b, _c)
mmiinntt *_a, *_b, *c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 mmiinntts) pointed  to by c to the sum of
the the mmiinntts pointed to by a and b.

***** See Also *****

multiple-precision mathematics










































COHERENT Lexicon                                           Page 1


