(PHP 4 >= 4.0.4, PHP 5)
Compute the Legendre symbol of a and p. p should be odd and must be positive.
Przykład 1. gmp_legendre() example
<?phpecho gmp_legendre("1", "3") . "\n";echo gmp_legendre("2", "3") . "\n";?>
The printout of the above program will be:
1 0
Hosting by: Hurra Communications Sp. z o.o.Generated: 2007-01-26 18:02:27