Computes the angle (in Radians) that resulted in this Tangent value of y / x using Atan. Thus computing the inverse tangent or arctan.
Methods for decimal, double and int Parameters.
Computes the angle (in Radians) that resulted in this Tangent value of y / x using Atan. Thus computing the inverse tangent or arctan.
public static decimal Atan2(decimal,decimal);
Computes the angle (in Radians) that resulted in this Tangent value of y / x using Atan. Thus computing the inverse tangent or arctan.
public static decimal Atan2(double,double);
Computes the angle (in Radians) that resulted in this Tangent value of y / x using Atan. Thus computing the inverse tangent or arctan.
public static decimal Atan2(int,int);
DecimalOps Class | Esb.Math Namespace