drlenux / bc-math
此包已被弃用且不再维护。未建议替代包。
PHP BcMath 工厂
1.3.0
2019-10-01 15:08 UTC
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