摘要: https://www.cnblogs.com/wenxuehai/p/15145675.html 阅读全文
posted @ 2022-02-10 15:22 xunm 阅读(14) 评论(0) 推荐(0)
摘要: php数学函数,加(bcadd)、减(bcsub)、乘(bcmul)、除(bcdiv) bcscale() 来设置全局默认的小数位数 bcscale ( int $scale ) : bool bcdiv 任意连个数除运算,保留X小数,不四舍五入 bcdiv(string $num1, string 阅读全文
posted @ 2022-02-10 11:27 xunm 阅读(41) 评论(0) 推荐(0)