dev-master
9999999-devEasily work with big numbers with late static binding and chaining.
MIT
The Requires
- php >=5.3.0
The Development Requires
by Ezra Pool
math number gmp precision bcmath
Wallogit.com
2017 © Pedro Peláez
Easily work with big numbers with late static binding and chaining.
Easily work with big numbers with late static binding and chaining., (*1)
Supports multiple adapters, like bcmath and gmp., (*2)
No need to create a new object, simply call the first function statically., (*3)
BigMath::Add("10");
Because the functions always return a new BigMath object, the function calls can be chained together., (*4)
BigMath::Add("10")->Sub("5")->Mul("2");
The default of the class is to use decimal numbers, if these are not required they can be disabled, this could enable adapters that can't handle decimal numbers, like GMP., (*5)
MIT Licensed, (*6)
Easily work with big numbers with late static binding and chaining.
MIT
math number gmp precision bcmath