System.Math.CotH

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

extern DELPHI_PACKAGE float __fastcall CotH(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 d'un angle.

Utilisez CotH pour obtenir la cotangente hyperbolique de X, où X est un angle exprimé en radians.

Voir aussi