std::sin(std::valarray)
From cppreference.com
| Defined in header <valarray>
|
||
| template< class T > valarray<T> sin( const valarray<T>& va ); |
||
For each element in va computes sine of the value of the element.
Contents |