Skip to content
Snippets Groups Projects
Commit f5df4542 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Comment cleanup.

parent dadd40a4
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,8 @@
- Add error message to exception in frontend.
# Now works:
# The following now works:
# "apia" no succesfully results in "a * pi * a"
# int_(-3)^(3) \pi (3^2 - x^2) dx -> 36pi
# int_(-r)^(r) \pi (r^2 - x^2) dx -> 4 / 3 * pi * r ^ 3
# "&" instead of "^^"
......@@ -128,7 +128,6 @@ class TestParser(RulesTestCase):
self.assertEqual(tree('d/dx x ^ 2 + x'), der(exp, x) + x)
self.assertEqual(tree('d/dx (x ^ 2 + x)'), der(exp + x, x))
self.assertEqual(tree('d/d'), d / d)
# FIXME: self.assertEqual(tree('d(x ^ 2)/dx'), der(exp, x))
def test_logarithm(self):
x, g = tree('x, g')
......
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