CProcedureArcTan2


This module has been removed in release 14.0.0. Use Script module instead.

This class implements std::atan2(x, y) function which can be used in ICalculator to calculate arctangent of y / x.

You can find more information in comments below. Overrided methods can be found in corresponding base class or interface.

class CProcedureArcTan2 :public CProcedure
    {
    public:
        CVariable *Calculate(CVariable *parent, CVariable *args) override;
    
        CProcedureArcTan2();
    };
Namespace: nitisa::scripting
Include: Nitisa/Modules/Scripting/Procedures.h