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 */;
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
| function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |