System.Math.Csc

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Csc(const X: Single): Single;
function Csc(const X: Double): Double;
function Csc(const X: Extended): Extended;

C++

extern DELPHI_PACKAGE float __fastcall Csc(const float X)/* overload */;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Beschreibung

Gibt den Kosekans eines Winkels zurück.

Mit Csc können Sie den Kosekans von X berechnen, wobei X ein Winkel im Bogenmaß ist.

Siehe auch