COHERENT manpages

This page displays the COHERENT manpage for mneg() [Negate multiple-precision integer].

List of available manpages
Index


mneg() -- Multiple-Precision Mathematics (libmp)

Negate multiple-precision integer
#include <mprec.h>
void mneg(a, b)
mint *a, *b;

mneg()  negates  the  value of  the  multiple-precision  integer (or  mint)
pointed to by a, and writes the result into the mint pointed to by b.

See Also

libmp