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.
私はPARICライブラリを初めて使用します。
GEN型変数に対してビット単位('および'または'または')演算を実行するにはどうすればよいですか?
gbitandとgbitor? _
gbitand
gbitor
このリンクarith2.cを参照して宣言されています(直接リンクではないため申し訳ありません):
arith2.c
GEN gbitand(GEN x, GEN y) GEN gbitor(GEN x, GEN y)