mult() Multiple-Precision Mathematics mult() Multiply multiple-precision integers #include <mprec.h> void mult(a, b, c) mint *a, *b, *c; The COHERENT system includes a suite of routines that allow you to perform multiple-precision mathematics. The function mult multiplies the multiple-precision integers (or mints) pointed to by a and b, and writes the product into the mint pointed to by c. ***** See Also ***** multiple-precision mathematics COHERENT Lexicon Page 1