Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是使用 PARI C 库的新手。
如何对 GEN 类型变量执行按位(“和”或“或”)操作?
使用gbitand和gbitor?
gbitand
gbitor
在arith2.c看到这个链接中声明(对不起,不是那么直接的链接):
arith2.c
GEN gbitand(GEN x, GEN y) GEN gbitor(GEN x, GEN y)