Elementary.Lambert W Method
Returns the Lambert W function.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
The Lambert W function evaluated at x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public static double LambertW(
double x
)
Parameters
- x Double
- A real number.
Return Value
DoubleThe Lambert W function evaluated at x.
Remarks
The Lambert W(x) function is the solution W of the equation WeW = x.
Exceptions
Argument | x is less than or equal to -1/e. |