We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1843ee3 commit 1007482Copy full SHA for 1007482
more_math/helper_functions.py
@@ -54,4 +54,5 @@ def comonLazy(expr, a, b=None, c=None, d=None, w=0.0, x=0.0, y=0.0, z=0.0):
54
print("Variable is None:", variables.get(token.text) is None)
55
if token.text in variables and variables[token.text] is None:
56
need_eval.append(token.text)
57
- print ("Need eval:", need_eval)
+ print ("Need eval:", need_eval)
58
+ return need_eval
0 commit comments