COHERENT manpages

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

List of available manpages
Index


pow() -- Multiple-Precision Mathematics (libmp)

Raise multiple-precision integer to power
#include <mprec.h>
void pow(a, b, m, c)
mint *a, *b, *m, *c;

pow() sets the multiple-precision integer (or  mint) 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.

See Also

libmp