Display the drop-down list

gmp_invert()

« gmp_intval | gmp_jacobi »
<?php
$resource 
gmp_invert (
    
// resource $a
    
  // resource $b
);

// shows the result
$string gmp_strval($resource);
?>
Result
$resource = false
$string = '0'
Examples
#1 gmp_invert  ("5",
 
"10")
#2 gmp_invert  ("5",
 
"11")
See also
gmp_abs, gmp_strval