Skip to content
Snippets Groups Projects
Commit 935b8061 authored by Sander Mathijs van Veen's avatar Sander Mathijs van Veen
Browse files

Added item to TODO list.

parent 03e5849f
No related branches found
No related tags found
No related merge requests found
......@@ -46,3 +46,5 @@ smvv@multivac ~/work/trs $ printf "0/1\n??" | ./main.py
<Possibility root="0 / 1" handler=divide_numerics args=(0, 1)>
Division of 0 by 1 reduces to 0.
Division of 0 by 1 reduces to 0.
- Fractions constant rewrite rules.
......@@ -133,7 +133,7 @@ class TestLeidenOefenopgave(TestCase):
'0x + 16x ^ 2 - 25',
'0 + 16x ^ 2 - 25',
'-25 + 16x ^ 2'])
# FIXME: '16 * x ^ 2 - 25'])
# FIXME: '16x ^ 2 - 25'])
def test_2(self):
pass
......@@ -149,8 +149,8 @@ class TestLeidenOefenopgave(TestCase):
self.assertRewrite(['2/7 - 4/11', '22 / 77 - 28 / 77',
'(22 - 28) / 77', '-6 / 77'])
#def test_4_3(self):
# self.assertRewrite(['(7/3) * (3/5)', '7 / 5'])
def test_4_3(self):
self.assertRewrite(['(7/3) * (3/5)', '7 / 5'])
#def test_4_4(self):
# self.assertRewrite(['(3/4) / (5/6)', '9 / 10'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment