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. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Bitwise AND with a variable - Stevetuc - 01-16-2018, 10:07 AM
RE: Bitwise AND with a variable - Didier Lachieze - 01-16-2018, 10:22 AM
RE: Bitwise AND with a variable - Carlos295pz - 01-16-2018, 11:31 AM
RE: Bitwise AND with a variable - cyrille de brébisson - 01-17-2018 06:16 AM
|
User(s) browsing this thread: 2 Guest(s)