You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/feedback/symbolic.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@
21
21
"PARSE_ERROR": f"`{inputs.get('x','')}` could not be parsed as a valid mathematical expression. Ensure that correct codes for input symbols are used, correct notation is used, that the expression is unambiguous and that all parentheses are closed.",
22
22
"NOTATION_WARNING_EXPONENT": "Note that `^` cannot be used to denote exponentiation, use `**` instead.",
23
23
"NOTATION_WARNING_FACTORIAL": "Note that `!` cannot be used to denote factorial, use `factorial(...)` instead.",
24
+
"NOTATION_WARNING_TRIPLE_FACTORIAL": "Note that `!!!` is not supported.",
24
25
"EXPRESSION_NOT_EQUALITY": "The response was an expression but was expected to be an equality.",
25
26
"EQUALITY_NOT_EXPRESSION": "The response was an equality but was expected to be an expression.",
0 commit comments