HyperbolicInverseLangevinApproximationByCohen Method |
Padé approximation of the inverse Langevin function (Cohen, 1991).
Accurate to within ~5% over the full domain (0,1).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic 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