| 
 | gmp_invertInverse by modulo Description
   resource gmp_invert
    ( resource  $a, resource$b)
   Computes the inverse of  Parameters
 
 Return Values
   A GMP number on success or  Examples
 Example #1 gmp_invert example 
<?phpThe above example will output: 9 |