Returns the hyperbolic sine of a value.
Namespace: Extreme.Mathematics.Generic
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Function Sinh ( _
a As T _
) As T
|
| F# |
abstract Sinh :
a:'T -> 'T
|
Parameters
-
a
- Type: T
A value.
Return Value
The sine of
a.
See Also