EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Atan2 Method

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.

Overload List

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);

See Also

DecimalOps Class | Esb.Math Namespace