std::tanh(std::valarray) (3) Linux Manual Page
std::tanh(std::valarray) – std::tanh(std::valarray) Synopsis Defined in header<valarray> template <class T> valarray<T> tanh(const valarray<T> &va); For each element in va computes hyperbolic tangent of the value of the element. Parameters va – value array to apply the operation to Return value Value array containing hyperbolic tangent of the values in va. Notes Unqualified function (tanh) is…
