An NDoc Documented Class Library

Trigonometric.Acosh Method 

Returns the inverse hyperbolic cosine of x.

public static double Acosh(
   double x
);

Parameters

x
The value.

Return Value

cosh-1(x).

See Also

Trigonometric Class | numerics4net.special Namespace