Query: gmp_legendre
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GMP_LEGENDRE(3) 1 GMP_LEGENDRE(3) gmp_legendre - Legendre symbolSYNOPSISint gmp_legendre (GMP $a, GMP $p)DESCRIPTIONCompute the Legendre symbol of $a and $p. $p should be odd and must be positive.PARAMETERSo $a -Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number. o $p -Either a GMP number resource in PHP 5.5 and earlier, a GMP object in PHP 5.6 and later, or a numeric string provided that it is possible to convert the latter to a number. Should be odd and must be positive.RETURN VALUESA GMP number resource in PHP 5.5 and earlier, or a GMP object in PHP 5.6 and later.EXAMPLESExample #1 gmp_legendre(3) example <?php echo gmp_legendre("1", "3") . " "; echo gmp_legendre("2", "3") . " "; ?> The above example will output: 1 0 PHP Documentation Group GMP_LEGENDRE(3)
Related Man Pages |
---|
eval(3) - php |
gmp_prob_prime(3) - php |
gmp_random(3) - php |
php_strip_whitespace(3) - php |
math::gmp(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
Rules for Homework & Coursework Questions Forum |
UNIX.COM 2017 Year End Summary |
Denial Of Service Attack Update |