Prototypes | Header 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> |
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.