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