Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ () — Coherent 3.1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


pow()             Multiple-Precision Mathematics            pow()




Raise multiple-precision integer to power

#include <mprec.h>
void pow(a, b, m, c)
mint *a, *b, *m, *c;

The COHERENT  system includes a suite of  routines that allow you
to perform multiple-precision mathematics.  The function pow sets
the multiple-precision  integer (or mint) pointed to  by c to the
value pointed to by a raised to the power of the value pointed to
by b, reduced modulo of the value pointed to by m.

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

multiple-precision mathematics









































COHERENT Lexicon                                           Page 1


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