mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-23 08:15:29 +01:00
change rounding mode to :tight
This commit is contained in:
parent
da32893d64
commit
335a2aa216
2
REQUIRE
2
REQUIRE
@ -1,7 +1,7 @@
|
|||||||
julia
|
julia
|
||||||
JuMP
|
JuMP
|
||||||
SCS
|
SCS
|
||||||
IntervalArithmetic
|
IntervalArithmetic 0.10
|
||||||
JLD
|
JLD
|
||||||
Memento
|
Memento
|
||||||
Nemo
|
Nemo
|
||||||
|
@ -2,7 +2,7 @@ import Base: rationalize
|
|||||||
|
|
||||||
using IntervalArithmetic
|
using IntervalArithmetic
|
||||||
|
|
||||||
IntervalArithmetic.setrounding(Interval, :accurate)
|
IntervalArithmetic.setrounding(Interval, :tight)
|
||||||
IntervalArithmetic.setformat(sigfigs=10)
|
IntervalArithmetic.setformat(sigfigs=10)
|
||||||
IntervalArithmetic.setprecision(Interval, 53) # slightly faster than 256
|
IntervalArithmetic.setprecision(Interval, 53) # slightly faster than 256
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user