Click or drag to resize

HyperbolicLangevin Method

Langevin function, which is defined as Coth(x)-1/x.

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

Parameters

x  Double
The argument.

Return Value

Double
Langevin function Coth(x)-1/x.
See Also