toms743, a FORTRAN77 code which evaluates Lambert's W function. This is a version of ACM toms algorithm 743, by Barry, Barry and Culligan-Hensley.
Lambert's W function W(X) satisfies the equation
W(x) * exp ( W(x) ) = x
The text of many ACM toms algorithms is available online through ACM: http://www.acm.org/pubs/calgo or NETLIB: http://www.netlib.org/toms/index.html.
The computer code and data files made available on this web page are distributed under the MIT license
toms743 is available in a C version and a C++ version and a Fortran77 version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
test_values, a FORTRAN77 library which contains routines which return sample values of various functions, including the modified beta function, and the logarithm of the gamma function.
toms443, a FORTRAN77 library which evaluates Lambert's W function. This is a version of ACM toms algorithm 443.