

mneg()            Multiple-Precision Mathematics           mneg()




Negate multiple-precision integer

#include <mprec.h>
vvooiidd mmnneegg(_a, _b)
mmiinntt *_a, *_b;

The COHERENT  system includes a suite of  routines that allow you
to  perform multiple-precision  mathematics.   The function  mneg
negates  the value  of the  multiple-precision integer  (or mmiinntt)
pointed to by  a, and writes the result into  the mmiinntt pointed to
by b.

***** See Also *****

multiple-precision mathematics









































COHERENT Lexicon                                           Page 1


