drlenux / bc-math
PHP BcMath factory
Installs: 4 153
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: ^7.1
README
<?php use DrLenux\BcMath\BcMathFactory; BcMathFactory::instance()->bcscale(2); echo BcMathFactory::instance()->bcadd(1.234, 1.234); // return 2.46