Namespaces
Variants
Actions

std::sin(std::valarray)

From cppreference.com
< cpp‎ | numeric‎ | valarray
 
 
 
 
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