Display the text box

gmp_jacobi()

« gmp_invert | gmp_legendre »
<?php
$int 
gmp_jacobi (
    
// resource $a
    
  // resource $p
);
?>
Result
$int = 1
Examples
#1 gmp_jacobi  ("1",
 
"3")
#2 gmp_jacobi  ("2",
 
"3")