

mvfree()          Multiple-Precision Mathematics         mvfree()




Free multiple-precision integer

#include <mprec.h>
vvooiidd mmvvffrreeee(_a)
mmiinntt *_a;

The COHERENT  system includes a suite of  routines that allow you
to perform  multiple-precision mathematics.  The  function mvfree
frees the space  allocated to an automatic multiple-precision in-
teger (or mmiinntt).  You should call mvfree before exiting the func-
tion that uses the mmiinntt, or  the storage used by the val field of
the mint structure will never be reclaimed.

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

multiple-precision mathematics








































COHERENT Lexicon                                           Page 1


