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.
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);
DecimalOps Class | Esb.Math Namespace