EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.CosecDeg Method (Int32)

Computes the Cosecant of the given angle (in Degrees) using .

[Visual Basic]
Overloads Public Shared Function CosecDeg( _
   ByVal angleInDegrees As Integer _
) As Decimal
[C#]
public static decimal CosecDeg(
   int angleInDegrees
);

Parameters

angleInDegrees
Angle in Degrees

Return Value

Cosecant of the Angle

Exceptions

Exception TypeCondition
DivideByZeroException Thrown when the angle falls on the 0 or PI Axes.

See Also

DecimalOps Class | Esb.Math Namespace | DecimalOps.CosecDeg Overload List | Sin