COHERENT manpages

This page displays the COHERENT manpage for min() [Read multiple-precision integer from stdin].

List of available manpages
Index


min() -- Multiple-Precision Mathematics (libmp)

Read multiple-precision integer from stdin
#include <mprec.h>
void min(a)
mint *a;

min() reads a multiple-precision  integer (or mint) from the standard input
and writes it  at the address held by a.  The base of the mint is indicated
by the value held in the external variable ibase.

min() accepts leading blanks and an optional leading minus sign; the number
is terminated by the first non-legal digit.

See Also

libmp