Computes the Inverse Tangent, where the Tangent is y /x, returning the Angle in Degrees. Uses Atan2.
Methods for decimal, double and int Parameters.
Computes the Inverse Tangent, where the Tangent is y /x, returning the Angle in Degrees. Uses Atan2.
public static decimal Atan2Deg(decimal,decimal);
Computes the Inverse Tangent, where the Tangent is y /x, returning the Angle in Degrees. Uses Atan2.
public static decimal Atan2Deg(double,double);
Computes the Inverse Tangent, where the Tangent is y /x, returning the Angle in Degrees. Uses Atan2.
public static decimal Atan2Deg(int,int);
DecimalOps Class | Esb.Math Namespace