Returns the hyperbolic sine of the specified angle.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static T Sinh(
T value
)
Public Shared Function Sinh (
value As T
) As T
public:
static T Sinh(
T value
)
static member Sinh :
value : 'T -> 'T
Parameters
- value
- Type: T
Return Value
Type:
T
Reference