Class MEAL::ScalarInverseTangent

class ScalarInverseTangent : public MEAL::UnaryScalar

The inverse tangent of the ratio of two Scalar functions.

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.