Returns the inverse hyperbolic sine of a real number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static T Asinh(
T x
)
Public Shared Function Asinh (
x As T
) As T
public:
static T Asinh(
T x
)
static member Asinh :
x : 'T -> 'T
Parameters
- x
- Type: T
A real number.
Return Value
Type:
TThe inverse hyperbolic sine of
x.
Reference