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