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