문제

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 ?

Declared in arith2.c see this link (sorry for the not so direct link):

GEN     gbitand(GEN x, GEN y)
GEN     gbitor(GEN x, GEN y)
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top