.TH pow() "" "" "Multiple-Precision Mathematics (libmp)"
.PC "Raise multiple-precision integer to power"
.B "#include <mprec.h>"
\fBvoid pow(\fIa, b, m, c\^\fB)\fR
\fBmint *\fIa, \fB*\fIb, \fB*\fIm, \fB*\fIc\^\fB;\fR
.PP
.B pow()
sets the multiple-precision integer (or \fBmint\fR) pointed to by
.I c
to the value pointed to by
.I a
raised to the power of the value pointed to by
.IR b ,
reduced modulo of the value pointed to by
.IR m .
.SH "See Also"
.Xr "libmp" libmp
