This commit is contained in:
LockeDerBoss
2019-07-24 09:37:33 +03:00
parent 1219a4f697
commit 0671380367
+1 -1
View File
@@ -24,7 +24,7 @@ class Formel:
return (a**z) * (b**y) * (c**x) + d * e * f + g
def _solve_to_a(self):
pass
return ((b**y) * (c**x) + d * e *f + g * i)**1/z
def _solve_to_b(self):
pass