Returns the hyperbolic arc sine of a double.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax 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 double value for which the hyperbolic arc sine is desired.
Return Value
Type:
Double
A
double specifying the hyperbolic arc sine value.
See Also