From b7d9731f8b1e86bb951c86ac2026c3640feec5a0 Mon Sep 17 00:00:00 2001 From: kalmar Date: Thu, 22 Jun 2017 15:48:06 +0200 Subject: [PATCH] update to IntervalArithmetic v0.10.0 --- src/CheckSolution.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/CheckSolution.jl b/src/CheckSolution.jl index 9223567..6dc7a8a 100644 --- a/src/CheckSolution.jl +++ b/src/CheckSolution.jl @@ -1,8 +1,7 @@ import Base: rationalize using ValidatedNumerics -ValidatedNumerics.setrounding(Interval, :correct) -# ValidatedNumerics.setrounding(Interval, :fast) #which is slower?? +ValidatedNumerics.setrounding(Interval, :accurate) ValidatedNumerics.setformat(:standard) # setprecision(Interval, 53) # slightly faster than 256