System.Math.ArcCotH

De RAD Studio API Documentation
Aller à : navigation, rechercher

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 */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

Calcule la cotangente hyperbolique inverse d'une valeur donnée.

ArcCotH renvoie la cotangente hyperbolique inverse de X.

Voir aussi