Skip to content
Snippets Groups Projects
Commit fe3485a8 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Added hint message for chain rule.

parent 6b083d57
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,9 @@ def chain_rule(root, args):
return f_deriv(root, f_deriv_args) * der(g, x)
MESSAGES[chain_rule] = _('Apply the chain rule to {0}.')
def match_zero_derivative(node):
"""
der(x, y) -> 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment