Elementary.Lambert W Method
Returns the Lambert W function.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The Lambert W function evaluated at x.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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. |