Returns the inverse hyperbolic cosine of a real number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double Acosh(
double x
)
Public Shared Function Acosh (
x As Double
) As Double
public:
static double Acosh(
double x
)
static member Acosh :
x : float -> float
Parameters
- x
- Type: SystemDouble
A real number greater than or
equal to 1.
Return Value
Type:
DoubleThe inverse hyperbolic cosine of
x.
Reference