mtos() Multiple-Precision Mathematics mtos() Convert multiple-precision integer to string #include <mprec.h> char *mtos(a) mint *a; The COHERENT system includes a suite of routines that allow you to perform multiple-precision mathematics. The function mtos converts the multiple-precision integer (or mint) pointed to by a to a string. It returns a pointer to the string it creates. The string is allocated by malloc, and may be freed by free. The base of the string is set by the value of the external variable obase. ***** See Also ***** multiple-precision mathematics COHERENT Lexicon Page 1