infinity: make cuts more reliable

This commit is contained in:
2017-05-03 18:17:37 -04:00
parent aa2e0e7ca6
commit fac62db36a
15 changed files with 612 additions and 310 deletions

0
infinity/benchmark/scripts/render.sage Normal file → Executable file
View File

View File

@@ -1,7 +1,5 @@
# This file was *autogenerated* from the file scripts/render.sage
from sage.all_cmdline import * # import sage library
_sage_const_3 = Integer(3); _sage_const_1 = Integer(1); _sage_const_0 = Integer(0); _sage_const_0p2 = RealNumber('0.2'); _sage_const_1000 = Integer(1000); _sage_const_1en10 = RealNumber('1e-10'); _sage_const_30 = Integer(30); _sage_const_20 = Integer(20)
import sys
import math
@@ -44,4 +42,3 @@ for fname in sys.argv[_sage_const_1 :]:
output = "%s.png" % fname
save(p0+pf+p3+p1, output, xmin=-M, ymin=-M, xmax=M, ymax=M)