Explorar o código

Added hint message for chain rule.

Taddeus Kroes %!s(int64=14) %!d(string=hai) anos
pai
achega
fe3485a857
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/rules/derivatives.py

+ 3 - 0
src/rules/derivatives.py

@@ -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