mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-19 07:20:28 +01:00
update to the latest version of IntervalArithmetic
This commit is contained in:
parent
bfdc08e91d
commit
6b9d2b5d28
4
REQUIRE
4
REQUIRE
@ -1,7 +1,7 @@
|
||||
julia 0.5
|
||||
julia
|
||||
JuMP
|
||||
SCS
|
||||
IntervalArithmetic 0.9.1
|
||||
IntervalArithmetic
|
||||
JLD
|
||||
Memento
|
||||
Nemo
|
||||
|
@ -2,7 +2,7 @@ import Base: rationalize
|
||||
|
||||
using IntervalArithmetic
|
||||
|
||||
IntervalArithmetic.setrounding(Interval, :correct)
|
||||
IntervalArithmetic.setrounding(Interval, :accurate)
|
||||
IntervalArithmetic.setformat(sigfigs=10)
|
||||
IntervalArithmetic.setprecision(Interval, 53) # slightly faster than 256
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user