Post Reply 
Bitwise AND with a variable
01-17-2018, 06:16 AM
Post: #4
RE: Bitwise AND with a variable
Hello,

Make sure that the object stored in your variable is indeed a binary number.
lower case x is most likely a cas variable. CAS does not support binaries, so they will be a binary to real transform along the way.

If you create a home, non-typed variable (use global, or program variable), then you should be able to store your #160d in it and it will stay an integer.

Cyrille

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Bitwise AND with a variable - Stevetuc - 01-16-2018, 10:07 AM
RE: Bitwise AND with a variable - cyrille de brébisson - 01-17-2018 06:16 AM



User(s) browsing this thread: 1 Guest(s)