|
gmp_legendreLegendre symbol Description
int gmp_legendre
( GMP
$a
, GMP $p
)
Compute the
»
Legendre 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_legendre example
<?php The above example will output: 1 0 |