.TH spow() "" "" "Multiple-Precision Mathematics (libmp)"
.PC "Raise multiple-precision integer to power"
.B "#include <mprec.h>"
\fBvoid spow(\fIa, n, b\^\fB)\fR
\fBmint *\fIa, \fB*\fIb\^\fB; int \fIn\^\fB;\fR
.PP
.B spow()
raises the multiple-precision integer (or \fBmint\fR) pointed to by
.I a
to the power of
.IR n ,
and writes the result into the \fBmint\fR pointed to by
.IR b .
In no case may the exponent be negative.
.SH "See Also"
.Xr "libmp" libmp
