Skip to content

ammarfaizi2/lambert_w_for_php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.