Click or drag to resize

TrigTanh(Double) Method

Hyperbolic Tangent in radian

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

Parameters

angle  Double
The hyperbolic angle, i.e. the area of the hyperbolic sector.

Return Value

Double
The hyperbolic tangent of the angle.
See Also