Elementary.LambertW Method

Returns the Lambert W function.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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

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

See Also