Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ () — Coherent 3.1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


spow()            Multiple-Precision Mathematics           spow()




Raise multiple-precision integer to power

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

The COHERENT  system includes a suite of  routines that allow you
to  perform multiple-precision  mathematics.   The function  spow
raises the  multiple-precision integer (or mint)  pointed to by a
to the power of n, and writes the result into the mint pointed to
by b.  In no case may the exponent be negative.

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

multiple-precision mathematics









































COHERENT Lexicon                                           Page 1


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