System.Math.ArcCotH

De RAD Studio API Documentation
Révision datée du 18 octobre 2011 à 19:14 par PyBot (discussion | contributions) (Scoping Libraries)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
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