System.Math.Cotan

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

extern DELPHI_PACKAGE float __fastcall Cotan(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 Kotangens eines Winkels.

Mit Cotan ermitteln Sie den Kotangens von X. Der Kotangens ergibt sich aus

1 / Tan(X)

Anmerkung:  Rufen Sie Cotan nicht mit X = 0 auf.

Siehe auch