Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

10.43 pow()

PrototypesHeader File(s)
template <class T>
RWMathVec<T>
pow(const RWMathVec<T>&,
const RWMathVec<T>&)

<rw/math/mathvec.h>
RWGenMat<T>
pow(const RWGenMat<T>&,
const RWGenMat<T>&)

<rw/math/genmat.h>
RWMathArray<T>
pow(const RWMathArray<T>&,
const RWMathArray<T>&)

<rw/math/mtharray.h>

10.43.1 Description

Takes two arguments, pow(x,y), and returns z such that:

If the number of elements in x does not match the number of elements in y, an exception with value MATH_VNMATCH occurs.


Previous fileTop of DocumentContentsIndexNext file

©Copyright 1999, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.