COHERENT manpages

This page displays the COHERENT manpage for minit() [Condition global or auto multiple-precision integer].

List of available manpages
Index


minit() -- Multiple-Precision Mathematics (libmp)

Condition global or auto multiple-precision integer
#include <mprec.h>
void minit(a)
mint *a;

minit() helps  to create a multiple-precision integer (or  mint).  If a new
mint is  declared to be global  or automatic, you must  call minit() before
using the variable.  This prevents garbage values in the newly created mint
structure from causing chaos.  A  mint conditioned by minit() has no value;
however, it may be used to receive the result of an operation.

See Also

libmp