p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 ppooww(_a, _b, _m, _c)
mmiinntt *_a, *_b, *_m, *_c;

ppooww() sets the multiple-precision integer (or  mmiinntt) 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.

_S_e_e _A_l_s_o
lliibbmmpp
ANSI Standard, section 7.5.5.1
