unecessary zero before comma

Issue #165 duplicate
Former user created an issue

Originally reported on Google Code with ID 165 ``` It would be very practical to make not necessary using the zero (0) always before de comma (or dot) in decimal numbers lower than 1 (obviously). Exemple: 2*,2 instead 2*0,2. ```

Reported by `thipvieira` on 2008-03-14 13:41:12

Comments (5)

  1. Former user Account Deleted

    ``` it is common on another calculators ```

    Reported by `thipvieira` on 2008-03-14 13:44:17

  2. Former user Account Deleted

    ``` Thank you for the tip. It will be possible to achieve this on version 0.11, which is going to feature a totally rewritten expression parser, allowing lots of other cool stuff. ```

    Reported by `helder.pereira.correia` on 2008-03-14 13:48:43 - Status changed: `Accepted` - Labels added: Type-Enhancement, Milestone-0.11 - Labels removed: Type-Defect

  3. Former user Account Deleted

    ``` It now seems that Wolf will not be able to finish the parser in time for 0.11, so removing milestone label. ```

    Reported by `helder.pereira.correia` on 2008-07-19 18:23:07 - Labels removed: Milestone-0.11

  4. Former user Account Deleted

    ``` This issue has been bothering me too. I would resolve this so that if the user types comma (or dot) without leading digits

    the leading zero would be autocompleted to the expression. That way the parser wouldn't need any additional support for this and the expression itself would look

    more clear. ```

    Reported by `timo.sihvo` on 2009-04-01 07:24:38

  5. Former user Account Deleted

    Reported by `helder.pereira.correia` on 2009-05-05 23:21:57 - Status changed: `Duplicate` - Merged into: #151

  6. Log in to comment