COHERENT manpages

This page displays the COHERENT manpage for mout() [Write multiple-precision integer to stdout].

List of available manpages
Index


mout() -- Multiple-Precision Mathematics (libmp)

Write multiple-precision integer to stdout
#include <mprec.h>
void mout(a)
mint *a;

mout() writes the multiple-precision integer (or mint) pointed to by a onto
the standard  output.  The base  of the output  is set by the  value of the
external variable obase.

See Also

libmp