iittoomm() -- Multiple-Precision Mathematics (libmp)

Create a multiple-precision integer
#iinncclluuddee <mmpprreecc.hh>
mmiinntt *iittoomm(_n)
iinntt _n;

iittoomm() creates  a new multiple-precision integer  (or mmiinntt), initializes it
to the  signed integer value _n,  and returns a pointer to  it.  You can use
the function  mmiinnttffrr() to reclaim the  storage used by the  mmiinntt created by
iittoomm().

_S_e_e _A_l_s_o
lliibbmmpp
