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