EsbDecimals - a Free Subset of ESBPCS for .NET

DecimalOps.Cosec Method (Int32)

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

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

Parameters

angleInRadians
Angle in Radians

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.Cosec Overload List | Sin