IMSL C# Numerical Library

Sfun.Asinh Method 

Returns the hyperbolic arc sine of a double.

public static double Asinh(
   double x
);

Parameters

x
A double value for which the hyperbolic arc sine is desired.

Return Value

A double specifying the hyperbolic arc sine value.

See Also

Sfun Class | Imsl.Math Namespace