ammarfaizi2 / lambert_w_for_php

PHP extension to compute Lambert W(x) function.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

PHP extension to compute Lambert W(x) function.

License:MIT License


Languages

Language:C++ 91.9%Language:Makefile 5.2%Language:PHP 1.8%Language:M4 1.1%