Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
trs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Taddeüs Kroes
trs
Commits
04152a0a
Commit
04152a0a
authored
Apr 18, 2012
by
Taddeus Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated TODO list.
parent
ed76902d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
6 deletions
+4
-6
TODO
TODO
+4
-6
No files found.
TODO
View file @
04152a0a
...
@@ -4,8 +4,6 @@
...
@@ -4,8 +4,6 @@
- Sort polynom by its exponents?
- Sort polynom by its exponents?
- MESSAGES needs to be expanded.
- Fix division by zero caused by "0/0": Catch exception in front-end
- Fix division by zero caused by "0/0": Catch exception in front-end
smvv@multivac ~/work/trs $ printf "a/0\n??" | ./main.py
smvv@multivac ~/work/trs $ printf "a/0\n??" | ./main.py
...
@@ -89,8 +87,6 @@ Division of 0 by 1 reduces to 0.
...
@@ -89,8 +87,6 @@ Division of 0 by 1 reduces to 0.
>>> @
>>> @
7 / 5
7 / 5
- filter_duplicates does not seem to work anymore...
- Fix error while parsing unicode PI:
- Fix error while parsing unicode PI:
>>> sin(1/2 * pi)
>>> sin(1/2 * pi)
sin(1 / 2 * π)
sin(1 / 2 * π)
...
@@ -102,8 +98,6 @@ Division of 0 by 1 reduces to 0.
...
@@ -102,8 +98,6 @@ Division of 0 by 1 reduces to 0.
- No matches for sin(pi), sin(2pi), sin(4pi), etc...
- No matches for sin(pi), sin(2pi), sin(4pi), etc...
- Line generator: 'der(f(x), x)' -> 'd/dx f(x)'
- Create unit tests for node inequivalence operator.
- Create unit tests for node inequivalence operator.
- Line printer: 1 / (n + n)x -> 1 / (n + n) * x
- Line printer: 1 / (n + n)x -> 1 / (n + n) * x
...
@@ -113,3 +107,7 @@ Division of 0 by 1 reduces to 0.
...
@@ -113,3 +107,7 @@ Division of 0 by 1 reduces to 0.
- 'x(1 / x)' -> '(x * 1) / x' (currently no left/right check: '1x / x')
- 'x(1 / x)' -> '(x * 1) / x' (currently no left/right check: '1x / x')
- Unit tests for strategy.
- Unit tests for strategy.
- MESSAGES needs to be expanded.
- Create blacklist of implicit rules that are not printed when '@@@' is issued.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment