.TH mneg() "" "" "Multiple-Precision Mathematics (libmp)"
.PC "Negate multiple-precision integer"
.B "#include <mprec.h>"
\fBvoid mneg(\fIa, b\^\fB)\fR
\fBmint *\fIa, \fB*\fIb\^\fB;\fR
.PP
.B mneg()
negates the value of the multiple-precision integer (or \fBmint\fR)
pointed to by
.IR a ,
and writes the result into the \fBmint\fR pointed to by
.IR b .
.SH "See Also"
.Xr "libmp" libmp
