Calculations using hexadecimal, octal and binary numbers

Issue #13 closed
Former user created an issue

Originally reported on Google Code with ID 13

Hi,

please add a possibility to calculate in hex/octal/binary numbers.

Example for inputting hex/oct/bin:
1 + x40 - o11 & b101000 = 40

Examples for outputting hex/oct/bin:
hex(254) = xFE
oct(123) = o173
bin(6) = b110

This functionality would make SpeedCrunch *really* handy for IT-people.
Thanks.

Reported by XNeo2001 on 2006-10-21 22:54:58

Comments (14)

  1. Former user Account Deleted

    ``` Yes, please add number systems! E.g., have a default number system (which interprets input accordingly and formats output) and let other values be entered by converting functions, like hex/oct/bin above and dec for decimal.

    Following this road, bit operators (and, or, xor) would be another great enhancement!

    ```

    Reported by `ujaroe` on 2006-12-18 22:53:01

  2. Former user Account Deleted

    ``` Yes, please add this feature in the next release 0.8 ```

    Reported by `fsck222` on 2006-12-27 11:27:08

  3. Former user Account Deleted

    ``` Yes, please add this feature in the next release 0.8 ```

    Reported by `fsck222` on 2006-12-27 11:28:19

  4. Former user Account Deleted

    ``` Yes please implement that. this feature is realy missing. often i have to convert numbers from one format into another, so this would be very handy. ```

    Reported by `fryx.asraniel` on 2007-02-10 13:50:41

  5. Former user Account Deleted

    ``` Already implemented in svn. Will be available for 0.8 version. ```

    Reported by `ariya.hidayat` on 2007-04-16 08:45:03 - Status changed: `Started` - Labels added: Type-Enhancement, Milestone-0.8 - Labels removed: Type-Defect

  6. Former user Account Deleted

    Reported by `helder.pereira.correia` on 2007-07-02 08:36:41 - Status changed: `Fixed`

  7. Former user Account Deleted

    ``` Where are those A,B,C,D,E,F keys for hexadecimal input? How do I convert A0FE from hex to decimal? ```

    Reported by `kainuja` on 2010-05-13 08:50:56

  8. Former user Account Deleted

    ``` @kainuja: There are no such keys. you must use the virtual keyboard. To convert A0FE

    to decimal, use "dec(0xA0FE)". ```

    Reported by `helder.pereira.correia` on 2010-05-13 17:23:05

  9. Former user Account Deleted

    ``` @kainuja: I obviously meant the "real" keyboard instead. ```

    Reported by `helder.pereira.correia` on 2010-05-13 17:31:17

  10. Former user Account Deleted
    I would add to this, have functionality to be able to click on the binary displayed
    number to toggle it on or off, similar to the decimal functionality of the windows
    calculator ... 
    

    Reported by benjamin.d2330 on 2015-06-25 17:11:33

  11. Log in to comment