Click or drag to resize

HyperbolicInverseLangevinApproximationByCohen Method

Padé approximation of the inverse Langevin function (Cohen, 1991). Accurate to within ~5% over the full domain (0,1).

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

Parameters

x  Double
Argument, must satisfy 0 <= x < 1.

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Hyperbolic.InverseLangevinApproximationByCohen(System.Double)"]

See Also