ssppooww() -- Multiple-Precision Mathematics (libmp)

Raise multiple-precision integer to power
#iinncclluuddee <mmpprreecc.hh>
vvooiidd ssppooww(_a, _n, _b)
mmiinntt *_a, *_b; iinntt _n;

ssppooww() raises  the multiple-precision integer (or mmiinntt) pointed  to by _a to
the power of _n, and writes  the result into the mmiinntt pointed to by _b. In no
case may the exponent be negative.

_S_e_e _A_l_s_o
lliibbmmpp
