Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

10.5 asin()

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

10.5.1 Description

Takes x as an argument and returns arc sines y such that yi = sin-1 (xi). The yi (in radians) are in the range -/2< yi /2, for elements xi with absolute values |xi | 1.


Previous fileTop of DocumentContentsIndexNext file

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