drlenux/bc-math

此包已被弃用且不再维护。未建议替代包。

PHP BcMath 工厂

1.3.0 2019-10-01 15:08 UTC

This package is auto-updated.

Last update: 2021-06-14 08:05:31 UTC


README

<?php

use DrLenux\BcMath\BcMathFactory;

BcMathFactory::instance()->bcscale(2);

echo BcMathFactory::instance()->bcadd(1.234, 1.234);
// return 2.46