EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Asin Method (Decimal)

Computes the angle (in Radians) that resulted in this Sine Value using Series Expansion. Thus computing the inverse sine or arcsin.

[Visual Basic]
Overloads Public Shared Function Asin( _
   ByVal x As Decimal _
) As Decimal
[C#]
public static decimal Asin(
   decimal x
);

Parameters

x
Sine of the Angle

Return Value

Angle in Radians in the range of -PI/2 to PI/2 inclusive.

Exceptions

Exception TypeCondition
ArithmeticException Thrown when abs (Value) > 1.

See Also

DecimalOps Class | Esb.Math Namespace | DecimalOps.Asin Overload List