toms917


toms917, a C++ code which evaluates Wright's Omega function, by Piers Lawrence, Robert Corless, David Jeffrey.

The text of many ACM TOMS algorithms is available online through ACM: https://calgo.acm.org/ or NETLIB: https://www.netlib.org/toms/index.html.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

toms917 is available in a C version and a C++ version.

Related Data and Programs:

toms917_test

toms443, a C++ code which evaluates Lambert's W function. This is a version of ACM TOMS algorithm 443.

toms743, a C++ code which evaluates Lambert's W function. This is a version of ACM TOMS algorithm 743, by Barry, Barry and Culligan-Hensley.

Author:

Original Fortran77 version by Piers Lawrence, Robert Corless, David Jeffrey. This version by John Burkardt.

Reference:

    Piers Lawrence, Robert Corless, David Jeffrey,
    Algorithm 917: Complex Double-Precision Evaluation of the Wright Omega Function,
    ACM Transactions on Mathematical Software,
    Volume 38, Number 3, Article 20, April 2012, 17 pages.

Source Code:


Last revised on 02 May 2020.