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