Révision c7bf1784 src/cvp-run-01.sage
b/src/cvp-run-01.sage | ||
---|---|---|
109 | 109 |
maxCoeffsBoundExpList, |
110 | 110 |
pointsList, |
111 | 111 |
realField) |
112 |
sys.stdout.write(str(poly) + "\n")
|
|
112 |
sys.stderr.write(str(poly) + "\n")
|
|
113 | 113 |
(maxisList,maxErr) = cvp_polynomial_error_func_maxis(func, |
114 | 114 |
poly, |
115 | 115 |
lowerBound, |
... | ... | |
118 | 118 |
contFracMaxErr) |
119 | 119 |
(maxErrPoint, maxErrPointErr) = cvp_func_abs_max_for_points(func, |
120 | 120 |
maxisList) |
121 |
sys.stdout.write(str(maxErrPoint) + " " + str(maxErr) + "\n") |
|
121 |
sys.stdout.write(str(maxErrPoint) + " " + str(maxErr.n(prec=53)) + "\n")
|
|
122 | 122 |
sys.exit(0) |
Formats disponibles : Unified diff