Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought


mcmp()            Multiple-Precision Mathematics           mcmp()




Compare multiple-precision integers

#include <mprec.h>
int mcmp(a, b)
mint *a, *b;

The COHERENT  system includes a suite of  routines that allow you
to  perform multiple-precision  mathematics.   The function  mcmp
compares the multiple-precision integers (or mints) pointed to by
a and  b.  It returns  a signed integer  less than, equal  to, or
greater than zero according to  whether the value pointed to by a
is less than, equal to, or greater than that pointed to by b.

***** See Also *****

multiple-precision mathematics








































COHERENT Lexicon                                           Page 1


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