/* return jacobi symbol (this/Modulus) */ public int jacobi() { BIG w = redc(); return(w.jacobi(p)); }