Changes between Initial Version and Version 1 of Ticket #2633, comment 4


Ignore:
Timestamp:
2014-03-21T11:14:55Z (11 years ago)
Author:
Lennart Ochel

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2633, comment 4

    initial v1  
    11Replying to [comment:3 adrpo]:
    22> Why was this a problem? 0/0 is 0.
    3 No, it is not. It depends on the expressions is not determinable by only knowing the evaluated values of the denominator and devisor. In the example above 0/0 should become 2. But because we cannot evaluate limits in our runtime, we have to trigger an error.
     3No, it is not. It depends on the expression itself and it is not determinable by only knowing the evaluated denominator and devisor. In the example above 0/0 is 2. Because we cannot evaluate limits in our runtime, we have to trigger an error.