Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

10.57 tan() and tanh()

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

10.57.1 Description

Tangent function. The function tan() takes argument x and returns y such that yi = tan(xi).

Hyperbolic tangent function. The function tanh() takes argument x and returns y such that yi = tanh(xi).


Previous fileTop of DocumentContentsIndexNext file

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