ProductLog
ProductLog(z)returns the value of the Lambert W function at
z.
See
Examples
The defining equation:
>> z == ProductLog(z) * E ^ ProductLog(z)TrueSome special values:
>> ProductLog(0)0
>> ProductLog(E)1Implementation status
- ☑ - partially implemented