Skip to content
Snippets Groups Projects
Commit 5a7ecfed authored by Sander Mathijs van Veen's avatar Sander Mathijs van Veen
Browse files

Add mathematical notation makers to derivatives' hints.

parent 29cb03ad
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ def variable_root(root, args):
MESSAGES[variable_root] = \
_('Apply standard derivative d/dx x ^ n = n * x ^ (n - 1) on {0}.')
_('Apply standard derivative `d/dx x ^ n = n * x ^ (n - 1)` on {0}.')
def variable_exponent(root, args):
......@@ -212,7 +212,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`.')
def match_logarithmic(node):
......@@ -253,7 +253,7 @@ def logarithmic(root, args):
MESSAGES[logarithmic] = \
_('Apply standard derivative d/dx log(x, g) = 1 / (x * ln(g)).')
_('Apply standard derivative `d/dx log(x, g) = 1 / (x * ln(g))`.')
def match_goniometric(node):
......
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