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 be61051 commit 93a7040Copy full SHA for 93a7040
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 0,'
+ ' return sympy.Zero,'
74
'if len(args) == 0:'
75
' if len(d) > 1:'
76
' return ("NO_DEV_VAR"),'
0 commit comments