gmp_jacobi(3) php man page | unix.com

Man Page: gmp_jacobi

Operating Environment: php

Section: 3

GMP_JACOBI(3)								 1							     GMP_JACOBI(3)

gmp_jacobi - Jacobi symbol

SYNOPSIS
int gmp_jacobi (GMP $a, GMP $p)
DESCRIPTION
Computes Jacobi symbol of $a and $p. $p should be odd and must be positive.
PARAMETERS
o $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 VALUES
A GMP number resource in PHP 5.5 and earlier, or a GMP object in PHP 5.6 and later.
EXAMPLES
Example #1 gmp_jacobi(3) example <?php echo gmp_jacobi("1", "3") . " "; echo gmp_jacobi("2", "3") . " "; ?> The above example will output: 1 0 PHP Documentation Group GMP_JACOBI(3)
Related Man Pages
eval(3) - php
gmp_gcdext(3) - php
gmp_hamdist(3) - php
gmp_setbit(3) - php
gmp_strval(3) - php
Similar Topics in the Unix Linux Community
UNIX.COM 2017 Year End Summary
Status of UNIX.COM Forum Transformation
Please Welcome Ravinder Singh to the Moderation Team
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
Denial Of Service Attack Update