Next: Assignment Functions, Up: Rational Interval Functions [Index]
An mpri_t
object must be initialised before storing the first value in it:
the function mpri_init
is used for that purpose,
the function mpri_clear
clears it out.
Initialise x and set it to the singleton interval [0/1,0/1].
Normally, a variable should be initialised once only
or at least be cleared out (using mpri_clear
) between consecutive initialisation.
Free the space occupied by the endpoints of x.
Make sure to call this function for all mpri_t
variables when you are done with them.