mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-23 08:15:29 +01:00
require IntervalArithmetic v0.9.1
This commit is contained in:
parent
310165b864
commit
bfdc08e91d
6
REQUIRE
6
REQUIRE
@ -1,7 +1,9 @@
|
|||||||
julia 0.5
|
julia 0.5
|
||||||
JuMP
|
JuMP
|
||||||
SCS
|
SCS
|
||||||
GroupRings
|
IntervalArithmetic 0.9.1
|
||||||
ValidatedNumerics
|
|
||||||
JLD
|
JLD
|
||||||
Memento
|
Memento
|
||||||
|
Nemo
|
||||||
|
Groups
|
||||||
|
GroupRings
|
||||||
|
@ -2,7 +2,7 @@ import Base: rationalize
|
|||||||
|
|
||||||
using IntervalArithmetic
|
using IntervalArithmetic
|
||||||
|
|
||||||
IntervalArithmetic.setrounding(Interval, :accurate)
|
IntervalArithmetic.setrounding(Interval, :correct)
|
||||||
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