|
gmp_legendreLegendre symbol Description
int gmp_legendre
( resource
$a
, resource $p
)
Compute the
»
Legendre symbol of Parameters
Return ValuesA GMP number resource. Examples
Example #1 gmp_legendre example
<?php The above example will output: 1 0 |