Returns the inverse hyperbolic sine of a real number.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference