|
gmp_subSubtract numbers Description
GMP gmp_sub
( GMP
$a
, GMP $b
)
Subtracts Parameters
Return ValuesA GMP number resource in PHP 5.5 and earlier, or a GMP object in PHP 5.6 and later. Examples
Example #1 gmp_sub example
<?php The above example will output: 281470681743360 |