Hi,
I was trying to use speedcrunch as programmers calculator but could not find how to do following operations:
binary xor, ^ results in power computation which is reasonable.
binary not(inversion), ~ does not work.
Are these operations possible?
Thank you.