System.Math.Sinh

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

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.

See Also