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

sin() and sinh()


Does not inherit

Local Index

No Entries

Summary

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

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