System.Math.Sinh

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

extern DELPHI_PACKAGE float __fastcall Sinh(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

Sinh renvoie le sinus hyperbolique d'un angle.

Sinh calcule le sinus hyperbolique de X.

Voir aussi