Fix demos

Closes #216
This commit is contained in:
Sergey B Kirpichev
2024-01-23 11:55:22 +03:00
parent 9286fc5ebf
commit e7e9102cf6
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -5,7 +5,6 @@ to improve accuracy at extremely high zoom levels.
"""
import mpmath
import cmath
ctx = mpmath.fp
# ctx = mpmath.mp
+1 -1
View File
@@ -73,7 +73,7 @@ def interactive():
if tofile:
tofile = open(tofile, "w")
calculateit(base, digits, tofile)
calculateit(int(base), int(digits), tofile)
input("\nPress enter to close this script.")
if __name__ == "__main__":