COHERENT manpages

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

List of available manpages
Index


rpow() -- Multiple-Precision Mathematics (libmp)

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

rpow() sets the multiple-precision integer (or mint) pointed to by c to the
value pointed to by a raised to power of the value pointed to by b.

See Also

libmp