Class MEAL::ScalarInverseHypTangent

class ScalarInverseHypTangent : public MEAL::UnaryScalar

The inverse hyperbolic tangent of a Scalar function.

Public Functions

virtual double function(double x) const

The function.

virtual double dfdx(double x) const

And its first derivative.

virtual std::string get_name() const

Return the name of the class.