Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

10.55 sqrt()

PrototypesHeader File(s)
template <class T>
RWMathVec<T>
sqrt(const RWMathVec<T>&)
<rw/math/mathvec.h>
RWGenMat<T>
sqrt(const RWGenMat<T>&)
<rw/math/genmat.h>
RWMathArray<T>
sqrt(const RWMathArray<T>&)
<rw/math/mtharray.h>

10.55.1 Description

The square root function. Takes x as an argument and returns y such that yi = (xi)1/2. For complex classes, the principal value of the complex square root is returned.


Previous fileTop of DocumentContentsIndexNext file

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