Closed tomkowz closed 9 years ago
I'm writing tests for floating point numbers support and noticed that framework could only support these kind of extended expressions:
-10<x<5 5.5<=x<=9.7 4.3<x<=9 5=x=10 -20<x<-10
There is no sense to keep support for e.g. -10<x>-20 because it can be rewritten to the last one from examples.
-10<x>-20
I'm writing tests for floating point numbers support and noticed that framework could only support these kind of extended expressions:
There is no sense to keep support for e.g.
-10<x>-20
because it can be rewritten to the last one from examples.