DecimalMath.Asinh Method

Returns the inverse hyperbolic sine of a decimal number.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static decimal Asinh(
	decimal x
)

Parameters

x  Decimal
A decimal number.

Return Value

Decimal
The inverse hyperbolic sine of x.

See Also