System.Math.Secant

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

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

Eigenschaften

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

Beschreibung

Berechnet den Sekans eines Winkels.

Mit Secant können Sie den Sekans von X berechnen, wobei X ein Winkel im Bogenmaß ist. Der Sekans ergibt sich aus 1/Cos(X).

Siehe auch