php 处理高精度计算函数
2021-02-01 01:13
阅读:662
标签:使用 cal 高精度 函数 进制 das 高精度计算 ash 精度 php 处理高精度计算函数 标签:使用 cal 高精度 函数 进制 das 高精度计算 ash 精度 原文地址:https://www.cnblogs.com/dawuge/p/13185044.htmlphp 处理高精度计算函数
PHP 为任意精度数学计算提供了二进制计算器(Binary Calculator),它支持任意大小和精度的数字,以字符串形式描述
bcadd — 加法
bccomp — 比较
bcdiv — 相除
bcmod — 求余数
bcmul — 乘法
bcpow — 次方
bcpowmod — 先次方然后求余数
bcscale — 给所有函数设置小数位精度
bcsqrt — 求平方根
bcsub — 减法
使用要安装 sudo apt-get install php7.0-bcmath
评论
亲,登录后才可以留言!