bcsub
(PHP3 , PHP4)
bcsub ---&">nbsp; 将二个高精准度数字相减
语法 : string bcsub(string left operand, string right operand [ , int scale] );
说明 :
将参数left operand减掉right operand,且传回相减后的值。参数scale是非必需的,scale是用来设定传回的值到小数点第几位。
参考 : bcadd( )
时间: 2024-11-05 14:46:15