Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 632 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 632 Bytes

PHP Lambert W Function

PHP extension to compute Lambert W(x) function.

Installation

git clone https://github.com/ammarfaizi2/php_lambertw;
cd php_lambertw;
phpize;
./configure;
make -j2;

Run The Test

php -dextension=$(pwd)/modules/lambertw.so test.php

Thanks to

Lambert W Function for Applications in Physics

C++ implementation of the Lambert W(x) function

License

This package is licensed under the MIT license.