Skip to content

A robust reference implementation of the Lambert W function.

License

Notifications You must be signed in to change notification settings

MattyMuir/ReferenceLambertW

Repository files navigation

Reference Lambert W Implementation

A robust reference implementation of the Lambert W function.

Building on Windows

This library depends on flint, MPFR and sleef. Since MPFR uses a make buildsystem, I recommend using vcpkg to manage this on Windows.

  • First, use vcpkg to install mpfr and pkgconf
  • Download, build, and install flint and sleef (from source or using vcpkg)
  • Make sure to specify the following CMake variables before configuring
    • CMAKE_TOOLCHAIN_FILE = {VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake
    • PKG_CONFIG_EXECUTABLE = {VCPKG_ROOT}/installed/x64-windows/tools/pkgconf/pkgconf.exe

About

A robust reference implementation of the Lambert W function.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published