System.Math.ArcCotH

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

extern DELPHI_PACKAGE float __fastcall ArcCotH(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 inversen, hyperbolischen Kotangens einer bestimmten Zahl.

ArcCotH gibt den inversen, hyperbolischen Kotangens von X zurück.

Siehe auch