EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.AcosDeg Method (Double)

Computes the Inverse Cosine returning the Angle in Degrees. Uses Acos.

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

Parameters

x
Cosine of the Angle

Return Value

Angle in Degrees

See Also

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