Commit fe3485a8 authored by Taddeus Kroes's avatar Taddeus Kroes

Added hint message for chain rule.

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