Class MEAL::ScalarInverseTangent2

class ScalarInverseTangent2 : public MEAL::BinaryScalar

The inverse tangent of the ratio of two Scalar functions.

Public Functions

virtual double function(double arg1, double arg2) const

The function.

virtual double partial_arg1(double arg1, double arg2) const

The partial derivative with respect to arg1.

virtual double partial_arg2(double arg1, double arg2) const

The partial derivative with respect to arg2.

virtual std::string get_name() const

Return the name of the class.