std::sin(std::valarray) (3) Linux Manual Page
std::sin(std::valarray) – std::sin(std::valarray) Synopsis 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. Parameters va – value array to apply the operation to Return value Value array containing sine of the values in va. Notes Unqualified function (sin) is used to…
