COHERENT manpages

This page displays the COHERENT manpage for spow() [Raise multiple-precision integer to power].

List of available manpages
Index


spow() -- Multiple-Precision Mathematics (libmp)

Raise multiple-precision integer to power
#include <mprec.h>
void spow(a, n, b)
mint *a, *b; int n;

spow() raises  the multiple-precision integer (or mint) pointed  to by a to
the power of n, and writes  the result into the mint pointed to by b. In no
case may the exponent be negative.

See Also

libmp