Click or drag to resize

RMathAcosh Method

Computes the inverse hyperbolic cosine of x.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double Acosh(
	double x
)

Parameters

x  Double
The argument.

Return Value

Double
The value of acosh(x). Returns NaN if x is less than 1.
See Also