smult() Multiple-Precision Mathematics smult() Multiply multiple-precision integers #include <mprec.h> void smult(a, n, c) mint *a, *c; int n; The COHERENT system includes a suite of routines that allow you to perform multiple-precision mathematics. The function smult multiplies the multiple-precision integer (or mint) pointed to by a by the integer n, which is <= 127. It writes the product into the mint pointed to by c. ***** See Also ***** multiple-precision mathematics COHERENT Lexicon Page 1