Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
trs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Taddeüs Kroes
trs
Commits
7993d226
Commit
7993d226
authored
12 years ago
by
Taddeüs Kroes
Browse files
Options
Downloads
Patches
Plain Diff
Updated TODO list.
parent
22e9d9f3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
TODO
+11
-12
11 additions, 12 deletions
TODO
with
11 additions
and
12 deletions
TODO
+
11
−
12
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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment