EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Acos Method

Computes the angle (in Radians) that resulted in this Cosine Value using Asin. Thus computing the inverse cosine or arccos.

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 angle (in Radians) that resulted in this Cosine Value using Asin. Thus computing the inverse cosine or arccos.

public static decimal Acos(decimal);

Computes the angle (in Radians) that resulted in this Cosine Value using Asin. Thus computing the inverse cosine or arccos.

public static decimal Acos(double);

See Also

DecimalOps Class | Esb.Math Namespace