COHERENT manpages

This page displays the COHERENT manpage for itom() [Create a multiple-precision integer].

List of available manpages
Index


itom() -- Multiple-Precision Mathematics (libmp)

Create a multiple-precision integer
#include <mprec.h>
mint *itom(n)
int n;

itom() creates  a new multiple-precision integer  (or mint), initializes it
to the  signed integer value n,  and returns a pointer to  it.  You can use
the function  mintfr() to reclaim the  storage used by the  mint created by
itom().

See Also

libmp