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 39c8314 commit 91684d7Copy full SHA for 91684d7
inst/@sym/diff.m
@@ -70,7 +70,7 @@
70
'args = _ins[1:]'
71
'd = list(f.free_symbols)'
72
'if len(d) == 0:'
73
- ' return sympy.Zero,'
+ ' return sympy.S(0),'
74
'if len(args) == 0:'
75
' if len(d) > 1:'
76
' return ("NO_DEV_VAR"),'
0 commit comments