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
eb08c96e
Commit
eb08c96e
authored
12 years ago
by
Taddeüs Kroes
Browse files
Options
Downloads
Patches
Plain Diff
Improved some hint messages
parent
c0ff5731
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
src/rules/derivatives.py
+3
-3
3 additions, 3 deletions
src/rules/derivatives.py
with
3 additions
and
3 deletions
src/rules/derivatives.py
+
3
−
3
View file @
eb08c96e
...
...
@@ -212,14 +212,14 @@ def variable_root(root, args):
MESSAGES
[
variable_root
]
=
\
_
(
'
Apply standard derivative `d/dx x ^ n = n * x ^ (n - 1)` o
n
{0}.
'
)
_
(
'
Apply standard derivative `d/dx x ^ n = n * x ^ (n - 1)`
t
o {0}.
'
)
def
variable_exponent
(
root
,
args
):
"""
der(g ^ x, x) -> g ^ x * ln(g)
Shortcut rule (because of presence o
n
formula list):
Shortcut rule (because of presence o
f
formula list):
der(e ^ x, x) -> e ^ x
"""
g
,
x
=
root
[
0
]
...
...
@@ -231,7 +231,7 @@ def variable_exponent(root, args):
MESSAGES
[
variable_exponent
]
=
\
_
(
'
Apply standard derivative `d/dx g ^ x = g ^ x * ln g`.
'
)
_
(
'
Apply standard derivative `d/dx g ^ x = g ^ x * ln g`
to {0}
.
'
)
def
match_logarithmic
(
node
):
...
...
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