EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.AtanDeg Method

Computes the Inverse Tangent returning the Angle in Degrees. Uses Atan.

Methods for decimal, double and int Parameters.

Overload List

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

See Also

DecimalOps Class | Esb.Math Namespace