Click or drag to resize

HyperbolicTanh Method

Hyperbolic tangent, i.e. Sinh(x)/Cosh(x).

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

Parameters

x  Double
The argument.

Return Value

Double
Hyperbolic tangent.
See Also