Click or drag to resize

LambertW Class

Provides static methods for evaluating branches of the Lambert W function for real arguments.
Inheritance Hierarchy
SystemObject
  Altaxo.CalcLambertW

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static class LambertW

The LambertW type exposes the following members.

Methods
 NameDescription
Public methodStatic memberW0 Computes the principal branch (W0) of the Lambert W function for a given value.
Public methodStatic memberWm1 Computes the W_{-1} branch of the Lambert W function for real arguments in the range -1/e %le; z < 0.
Top
Remarks
The Lambert W function, also known as the product logarithm, is the set of functions W(z) satisfying W(z) ⋅ e^{W(z)} = z. This class offers methods to compute the principal branch (W0) and the W_{-1} branch for real values of z. All methods are static and thread-safe.
See Also