

pow()                  Mathematics Function                 pow()




Compute a power of a number

#include <math.h>
ddoouubbllee ppooww(_z, _x) ddoouubbllee _z, _x;

ppooww returns _z raised to the power of _x, or _z^x.

***** Example *****

For an example of this function, see the entry for exp.

***** See Also *****

mathematics library

***** Diagnostics *****

ppooww indicates overflow by an  eerrrrnnoo of EERRAANNGGEE and a huge returned
value.





































COHERENT Lexicon                                           Page 1


