Show: Delphi
C++
Display Preferences
System.Math.Sinh
From 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 */;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
Description
Returns the hyperbolic sine of an angle.
Sinh calculates the hyperbolic sine of X.