Returns the hyperbolic sine of a real number.

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Shared Function Sinh ( _
	x As Double _
) As Double
C#
public static double Sinh (
	double x
)
C++
public:
static double Sinh (
	double x
)

Parameters

x (System.Double)
A real number.

Return Value

The hyperbolic sine of x.