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 double Asinh(
double x
)
Public Shared Function Asinh (
x As Double
) As Double
public:
static double Asinh(
double x
)
static member Asinh :
x : float -> float
Parameters
- x
- Type: SystemDouble
A real number.
Return Value
Type:
DoubleThe inverse hyperbolic sine of
x.
Reference