COHERENT manpages

This page displays the COHERENT manpage for msub() [Subtract multiple-precision integers].

List of available manpages
Index


msub() -- Multiple-Precision Mathematics (libmp)

Subtract multiple-precision integers
#include <mprec.h>
void msub(a, b, c)
mint *a, *b, *c;

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

libmp