Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ () — Coherent 3.1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


sdiv()            Multiple-Precision Mathematics           sdiv()




Divide multiple-precision integers

#include <mprec.h>
void sdiv(a, n, q, ip)
mint *a, *q; int n, *ip;

The COHERENT  system includes a suite of  routines that allow you
to  perform multiple-precision  mathematics.   The function  sdiv
divides the multiple-precision  integer (or mint) pointed to by a
with the  integer n,  which is in  the range 1  <= n <=  128.  It
writes  the  quotient into  the  mint  pointed to  by  q and  the
remainder into the integer pointed to by ip.

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

multiple-precision mathematics








































COHERENT Lexicon                                           Page 1


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