COHERENT manpages

This page displays the COHERENT manpage for mtoi() [Convert multiple-precision integer to integer].

List of available manpages
Index


mtoi() -- Multiple-Precision Mathematics (libmp)

Convert multiple-precision integer to integer
#include <mprec.h>
int mtoi(a)
mint *a;

mtoi()  returns an  integer equal  to the  value of  the multiple-precision
integer (or mint)  pointed to by a. The value  pointed to by a should be in
the range allowable for a signed integer.

See Also

libmp