|
gmp_jacobiJacobi symbol Description
int gmp_jacobi
( GMP
$a
, GMP $p
)
Computes
» Jacobi symbol of Parameters
Return ValuesA GMP number resource in PHP 5.5 and earlier, or a GMP object in PHP 5.6 and later. Examples
Example #1 gmp_jacobi example
<?php The above example will output: 1 0 |