mvfree() Multiple-Precision Mathematics mvfree() Free multiple-precision integer #include <mprec.h> void mvfree(a) mint *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 mint). You should call mvfree before exiting the func- tion that uses the mint, 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