I am new to using the PARI C library.
How can I perform bitwise ('and' or 'or') operations on the GEN type variables?
using gbitand and gbitor ?
gbitand
gbitor
Declared in arith2.c see this link (sorry for the not so direct link):
arith2.c
GEN gbitand(GEN x, GEN y) GEN gbitor(GEN x, GEN y)