System.Math.Cosecant
Delphi
function Cosecant(const X: Single): Single;
function Cosecant(const X: Double): Double;
function Cosecant(const X: Extended): Extended;
C++
extern DELPHI_PACKAGE float __fastcall Cosecant(const float X)/* overload */;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| function | public | System.Math.pas System.Math.hpp  | 
        System.Math | System.Math | 
Description
Returns the cosecant of an angle.
Use the Cosecant to calculate the cosecant of X, where X is an angle in radians. The cosecant is calculated as 1/ Sin(X).