Bonjour,

It seems that bit to bit functions on integers, like the C-functions and, or, not, xor, << (left shift) , >> (right shift), are missing in Maple.
 

Why?

> 8 and 25;
Error, invalid boolean expression

 


Please Wait...