Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

10.51 sin() and sinh()

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

10.51.1 Description

Sine function. The function sin() takes x as an argument and returns y such that yi = sin(xi). The xi are in radians. For complex classes, the complex sine is returned.

Hyperbolic sine function. The function sinh() takes x as an argument and returns y such that yi = sinh(xi). For complex classes, the complex hyperbolic sine is returned.


Previous fileTop of DocumentContentsIndexNext file

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