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
a1b82033
Commit
a1b82033
authored
Nov 19, 2012
by
Taddeüs Kroes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved some hint messages for derivatives
parent
4e488c46
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/rules/derivatives.py
src/rules/derivatives.py
+3
-3
No files found.
src/rules/derivatives.py
View file @
a1b82033
...
...
@@ -314,7 +314,7 @@ def sinus(root, args):
return
cos
(
root
[
0
][
0
])
MESSAGES
[
sinus
]
=
_
(
'Apply standard derivative `d/dx sin(x)`
is
`cos(x)`.'
)
MESSAGES
[
sinus
]
=
_
(
'Apply standard derivative `d/dx sin(x)`
=
`cos(x)`.'
)
def
cosinus
(
root
,
args
):
...
...
@@ -324,7 +324,7 @@ def cosinus(root, args):
return
-
sin
(
root
[
0
][
0
])
MESSAGES
[
cosinus
]
=
_
(
'Apply standard derivative `d/dx cos(x)`
is
`-sin(x)`.'
)
MESSAGES
[
cosinus
]
=
_
(
'Apply standard derivative `d/dx cos(x)`
=
`-sin(x)`.'
)
def
tangens
(
root
,
args
):
...
...
@@ -337,7 +337,7 @@ def tangens(root, args):
MESSAGES
[
tangens
]
=
\
_
(
'Convert the tanges to a division and apply the product rule.'
)
_
(
'Convert the tange
n
s to a division and apply the product rule.'
)
def
match_sum_product_rule
(
node
):
...
...
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