System.Math.Cot

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

extern DELPHI_PACKAGE float __fastcall Cot(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 Cot ermitteln Sie den Kotangens von X. Der Kotangens wird mit der Formel 1 / Tan(X) berechnet.

Siehe auch