标签: c pari
我是使用PARI C库的新手。
如何对GEN类型变量执行按位('和'或'或')操作?
答案 0 :(得分:1)
使用gbitand和gbitor?
gbitand
gbitor
在arith2.c中声明,请参阅this link(对不那么直接的链接抱歉):
arith2.c
GEN gbitand(GEN x, GEN y) GEN gbitor(GEN x, GEN y)