msub() Multiple-Precision Mathematics msub() Subtract multiple-precision integers #include <mprec.h> void msub(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 msub subtracts the multiple-precision integer (or mint) pointed to by a from the mint pointed to by b, and writes the result into the mint pointed to by c. ***** See Also ***** multiple-precision mathematics COHERENT Lexicon Page 1