Decimal
            
            
            Returns the inverse hyperbolic sine of a decimal number.
            
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
The inverse hyperbolic sine of x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public static decimal Asinh(
	decimal x
)Parameters
- x Decimal
- A decimal number.
Return Value
DecimalThe inverse hyperbolic sine of x.