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
7993d226
Commit
7993d226
authored
Jun 14, 2012
by
Taddeüs Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated TODO list.
parent
22e9d9f3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
12 deletions
+11
-12
TODO
TODO
+11
-12
No files found.
TODO
View file @
7993d226
# vim: set fileencoding=utf-8 :
- Last possibilities reduce to a similar result.
- Last possibilities reduce to a similar result.
- ExpressionNode.equals() werkend maken voor alle cases (negatie).
- ExpressionNode.equals() werkend maken voor alle cases (negatie).
- 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
- Modules:
+ Equations with substitution
+ Gonio, no matches for sin(pi), sin(2pi), sin(4pi), etc...
- Add parentheses to integral bounds where needed:
int_(-1)^2 ... dx
or, fix parser error using the following notation:
int_-1^2 ... dx
- Modules:
+ Equations with substitution
+ Gonio, no matches for sin(pi), sin(2pi), sin(4pi), etc...
- Fix: int -cf(x) dx (caused infinite loop)
Solution: remove baby steps that rewrites f(x) to f(x) ^ 1
- Add backslash notation for special LaTeX symbols notation such as \pi?
- Change integral representation in parser so that _ and ^ bounds are printed correctly by line printer.
- Rewrite unit tests to use improved line printer syntax.
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