

rpow()            Multiple-Precision Mathematics           rpow()




Raise multiple-precision integer to power

#include <mprec.h>
vvooiidd rrppooww(_a, _b, _c)
mmiinntt *_a, *_b, *_c;

The COHERENT  system includes a suite of  routines that allow you
to  perform multiple-precision  mathematics.   The function  rpow
sets the multiple-precision integer  (or mmiinntt) pointed to by c to
the value pointed to by a raised to power of the value pointed to
by b.

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

multiple-precision mathematics









































COHERENT Lexicon                                           Page 1


