Computes the angle (in Radians) that resulted in this Sine Value using Series Expansion. Thus computing the inverse sine or arcsin.
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 Sine Value using Series Expansion. Thus computing the inverse sine or arcsin.
public static decimal Asin(decimal);
Computes the angle (in Radians) that resulted in this Sine Value using Series Expansion. Thus computing the inverse sine or arcsin.
public static decimal Asin(double);
DecimalOps Class | Esb.Math Namespace