Elementary.LambertW Method

Returns the Lambert W function.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static double LambertW(
	double x
)

Parameters

x  Double
A real number.

Return Value

Double
The Lambert W function evaluated at x.

Remarks

The Lambert W(x) function is the solution W of the equation WeW = x.

Exceptions

ArgumentOutOfRangeException

x is less than or equal to -1/e.

See Also