mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 14:15:28 +01:00
update to IntervalArithmetic v0.10.0
This commit is contained in:
parent
1053a28970
commit
b7d9731f8b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user