mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-12-26 18:40:29 +01:00
update to IntervalArithmetic v0.10.0
This commit is contained in:
parent
1053a28970
commit
b7d9731f8b
@ -1,8 +1,7 @@
|
|||||||
import Base: rationalize
|
import Base: rationalize
|
||||||
|
|
||||||
using ValidatedNumerics
|
using ValidatedNumerics
|
||||||
ValidatedNumerics.setrounding(Interval, :correct)
|
ValidatedNumerics.setrounding(Interval, :accurate)
|
||||||
# ValidatedNumerics.setrounding(Interval, :fast) #which is slower??
|
|
||||||
ValidatedNumerics.setformat(:standard)
|
ValidatedNumerics.setformat(:standard)
|
||||||
# setprecision(Interval, 53) # slightly faster than 256
|
# setprecision(Interval, 53) # slightly faster than 256
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user