Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ () — Coherent 3.1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


min()             Multiple-Precision Mathematics            min()




Read multiple-precision integer from stdin

#include <mprec.h>
void min(a)
mint *a;

The COHERENT  system includes a suite of  routines that allow you
to  perform  multiple-precision  mathematics.  The  function  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 *****

multiple-precision mathematics





































COHERENT Lexicon                                           Page 1


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026