EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.AtanDeg Method (Decimal)

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

[Visual Basic]
Overloads Public Shared Function AtanDeg( _
   ByVal x As Decimal _
) As Decimal
[C#]
public static decimal AtanDeg(
   decimal x
);

Parameters

x
Tangent of the Angle

Return Value

Angle in Degrees

See Also

DecimalOps Class | Esb.Math Namespace | DecimalOps.AtanDeg Overload List