EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Asin Method

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.

Overload List

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);

See Also

DecimalOps Class | Esb.Math Namespace