Afficher : Delphi C++
Préférences d'affichage

System.Math.Cosh

De XE2 API Documentation

Delphi

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

C++

extern PACKAGE float __fastcall Cosh(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 le cosinus hyperbolique d'un angle.

Utilisez Cosh pour calculer le cosinus hyperbolique de X.

Voir aussi

Versions précédentes
Traductions