Single.Sinh(Single) Method

Definition

Computes the hyperbolic sine of a value.

public:
 static float Sinh(float x) = System::Numerics::IHyperbolicFunctions<float>::Sinh;
public static float Sinh (float x);
static member Sinh : single -> single
Public Shared Function Sinh (x As Single) As Single

Parameters

x
Single

The value, in radians, whose hyperbolic sine is to be computed.

Returns

The hyperbolic sine of x.

Implements

Applies to