Function num_bigint_dig::algorithms::jacobi  
source ยท pub fn jacobi(x: &BigInt, y: &BigInt) -> isizeExpand description
Jacobi returns the Jacobi symbol (x/y), either +1, -1, or 0. The y argument must be an odd integer.
pub fn jacobi(x: &BigInt, y: &BigInt) -> isizeJacobi returns the Jacobi symbol (x/y), either +1, -1, or 0. The y argument must be an odd integer.