Menu

#6 Octal numbering

open
nobody
AutoIncr (4)
8
2012-09-15
2010-09-06
xia xiang
No

YES,VERY NICE!
I like this routine
Thanks,irneb!
But in the \"Octal numbering\" mode
\"I0.0\"Appears twice,
\"I0.4\"Appears twice,
\"I0.7\"Appears twice,
Why?
I hope you can solve this problem

Discussion

  • xia xiang

    xia xiang - 2010-09-06
     
  • irneb

    irneb - 2010-09-06

    I'd have to create a reverse converting function(s) i.e. from numbering system into decimal, so the user can enter to start and vector in the chosen numbering system. At present you have to enter the decimal value, no matter what numbering system you've chosen For the time being could you use the following workaround?

    When working with fractions in number systems other than decimal, it's important to note the dialog (at present) only reads decimal - its calculated values are in the chosen numbering system. E.g. Octal 0.1 = Decimal 1.0 div 8 = 0.125; Hexadecimal 0.1 = Decimal 1.0 div 16 = 0.0625; Binary 0.1 = 1.0 / 2 = 0.5. See attached (Fractional Octal).

     
  • irneb

    irneb - 2010-09-06

    Fractional Octal

     
  • xia xiang

    xia xiang - 2010-09-06

    Thank you!

     
  • irneb

    irneb - 2010-10-13

    Only needed thing is still the reverse display in the dialog box.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.