Computes the Inverse Sine returning the Angle in Degrees. Uses Asin.
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 Sine returning the Angle in Degrees. Uses Asin.
public static decimal AsinDeg(decimal);
Computes the Inverse Sine returning the Angle in Degrees. Uses Asin.
public static decimal AsinDeg(double);
DecimalOps Class | Esb.Math Namespace