Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Essential Math Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

pow()


Does not inherit

Local Index

No Entries

Summary

Prototypes Header File(s)

template <class T>

   

RWMathVec<T>

pow(const RWMathVec<T>&,
const RWMathVec<T>&)

<rw/math/mathvec.h>

RWMathVec<T>

pow(const RWMathVec<T>& base,
T expo);

 

RWMathVec<T>

pow(T base,
const RWMathVec<T>& expo);

 

RWGenMat<T>

pow(const RWGenMat<T>&,
const RWGenMat<T>&);

<rw/math/genmat.h>

RWGenMat<T>

pow(const RWGenMat<T>& base,
T expo);

 

RWGenMat<T>

pow(T base,
const RWGenMat<T>& expo);

 

RWMathArray<T>

pow(const RWMathArray<T>&,
const RWMathArray<T>&);

<rw/math/matharray.h>

RWMathArray<T>

pow(const RWMathArray<T>& base,
T expo);

 

RWMathArray<T>

pow(T base,
const RWMathArray<T>& expo);

 

Description

The function pow() takes two arguments: pow(x,y).

If x and y are both collections, pow() 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 will occur.

If y is a scalar, pow() returns z such that:

If x is a scalar, pow() returns z such that:



Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.