PHP二个高精确度数字相加减

1、相加
string bcadd(string left operand, string right operand, int [scale]);

2、相减
string bcsub(string left operand, string right operand, int [scale]);

 

posted @ 2017-04-17 09:48  pengcx  阅读(2925)  评论(0编辑  收藏  举报