Computes the Inverse Tangent returning the Angle in Degrees. Uses Atan.
Methods for decimal, double and int Parameters.
Computes the Inverse Tangent returning the Angle in Degrees. Uses Atan.
public static decimal AtanDeg(decimal);
Computes the Inverse Tangent returning the Angle in Degrees. Uses Atan.
public static decimal AtanDeg(double);
Computes the Inverse Tangent returning the Angle in Degrees. Uses Atan.
public static decimal AtanDeg(int);
DecimalOps Class | Esb.Math Namespace