I’ve just finished my PHP Math Library and Abstraction Layer, I’ve been up all night in order to code it, but it was worth it. I am proud of it.
My PHP Math Library features the following:
- Abstraction layers for GMP, BCMath and PHP native arithmetic operators.
- Method “Compare” fixes many problems related with comparison operators, arbitrary-length integers and floats.
- Operated in Polish notation.
- Object Oriented.
- PHP 4, 5 and 6 compatible.

Recent Comments