EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.AcosDeg Method

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

Methods for decimal and double Parameters. Integer Parameters don't make a lot of sense when values are between -1 and 1.

Overload List

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

public static decimal AcosDeg(decimal);

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

public static decimal AcosDeg(double);

See Also

DecimalOps Class | Esb.Math Namespace