itom() Multiple-Precision Mathematics itom() Create a multiple-precision integer #include <mprec.h> mint *itom(n) int n; The COHERENT system includes a suite of routines that allow you to perform multiple-precision mathematics. 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 ***** multiple-precision mathematics COHERENT Lexicon Page 1