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

System.Math.Sinh

De XE2 API Documentation

Delphi

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

C++

extern 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

Versions précédentes
Traductions