Remove general problem and solution from generator object

This commit is contained in:
lukew3
2021-10-02 23:52:10 -04:00
parent a6dbd2cf9f
commit 6b35cbb452
114 changed files with 78 additions and 186 deletions

View File

@@ -50,6 +50,5 @@ def differentiationFunc(diff_lvl=2):
differentiation = Generator("Differentiation", 88,
"differentiate w.r.t x : d(f(x))/dx", "g(x)",
differentiationFunc,
["diff_lvl=2"])