HyperbolicLangevin Method |
Langevin function, which is defined as Coth(x)-1/x.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Langevin(
double x
)
Parameters
- x Double
- The argument.
Return Value
DoubleLangevin function Coth(x)-1/x.
See Also