COHERENT help

This page displays the COHERENT help information for pow.

Listing of available help pages


pow() -- Raise multiple-precision integer to power

#include <mprec.h>
void pow(a, b, m, c)
mint *a, *b, *m, *c;


pow() -- Compute a power of a number

#include <math.h>
double pow(z, x)
double z, x;