An NDoc Documented Class Library

Trigonometric.Asinh Method 

Returns the inverse hyperbolic sine of x.

public static double Asinh(
   double x
);

Parameters

x
The value.

Return Value

sinh-1(x).

See Also

Trigonometric Class | numerics4net.special Namespace