|
gmp_absAbsolute value Description
GMP gmp_abs
( GMP
$a
)Get the absolute value of a number. Parameters
Return Values
Returns the absolute value of Examples
Example #1 gmp_abs example
<?php The above example will output: 274982683358 274982683358 |