std::atan(std::valarray)

std::atan(std::valarray)

Defined in header <valarray>
template< class T >
valarray<T> atan( const valarray<T>& va );

For each element in va computes arc tangent of the value of the element.

Parameters

va - value array to apply the operation to

Return value

Value array containing arc tangents of the values in va.

Notes

Unqualified function (atan)