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
dfbc16d4
Commit
dfbc16d4
authored
Mar 27, 2012
by
Taddeus Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed some unused imports.
parent
3cfe9c2e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
src/node.py
src/node.py
+0
-2
src/rules/integrals.py
src/rules/integrals.py
+1
-2
No files found.
src/node.py
View file @
dfbc16d4
...
...
@@ -10,8 +10,6 @@ from graph_drawing.graph import generate_graph
from
graph_drawing.line
import
generate_line
from
graph_drawing.node
import
Node
,
Leaf
from
unicode_math
import
PI
as
u_PI
TYPE_OPERATOR
=
1
TYPE_IDENTIFIER
=
2
...
...
src/rules/integrals.py
View file @
dfbc16d4
from
.utils
import
find_variables
,
infinity
,
replace_variable
,
find_variable
,
\
absolute
from
.utils
import
find_variables
,
replace_variable
,
find_variable
,
absolute
from
.logarithmic
import
ln
from
.goniometry
import
sin
,
cos
from
..node
import
ExpressionNode
as
N
,
ExpressionLeaf
as
L
,
OP_INT
,
\
...
...
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