constant number anteceding variable, function or constant name

Issue #34 invalid
Former user created an issue

Originally reported on Google Code with ID 34 ``` "3n" should return "3*n" "3sin(2)" should return "3*sin(2)" "3pi" should return "3*pi" ```

Reported by `helder.pereira.correia` on 2007-05-12 00:38:33

Comments (4)

  1. Former user Account Deleted

    ``` fixed title ```

    Reported by `helder.pereira.correia` on 2007-05-12 00:39:46

  2. Former user Account Deleted

    ``` Same as issue 19.

    If 3n means 3*n, what are we going to do with n3? Is it n*3 or is it a variable named n3? If we do the former, variables can't contain numbers anymore (which is a severe limitation and backward incompatible). If we the latter, things don't get quite consistent and would lead to confusion. ```

    Reported by `ariya.hidayat` on 2007-05-15 07:08:24

  3. Former user Account Deleted

    ``` I agree with you for issue 19. Regarding this one I still haven't rejected it totally, but agree that it will probably lead to some confusion. Let's just keep * operators mandatory in all cases then. Invalidating issue. ```

    Reported by `helder.pereira.correia` on 2007-05-15 09:59:02 - Status changed: `Invalid`

  4. Former user Account Deleted

    ``` Issue 301 has been merged into this issue. ```

    Reported by `helder.pereira.correia` on 2009-08-10 10:53:42

  5. Log in to comment