.TH mult() "" "" "Multiple-Precision Mathematics (libmp)"
.PC "Multiply multiple-precision integers"
.B "#include <mprec.h>"
\fBvoid mult(\fIa, b, c\^\fB)\fR
\fBmint *\fIa, \fB*\fIb, \fB*\fIc\^\fB;\fR
.PP
.B mult()
multiplies the multiple-precision integers (or \fBmint\fRs) pointed to by
.I a
and
.IR b ,
and writes the product into the \fBmint\fR pointed to by
.IR c .
.SH "See Also"
.Xr "libmp" libmp
