mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-19 07:20:28 +01:00
increase sigfigs to 12; remove explicit precision setting
(it's 53 anyway);
This commit is contained in:
parent
b96b39e910
commit
d8b2f0ab30
@ -3,8 +3,7 @@ import Base: rationalize
|
||||
using IntervalArithmetic
|
||||
|
||||
IntervalArithmetic.setrounding(Interval, :tight)
|
||||
IntervalArithmetic.setformat(sigfigs=10)
|
||||
IntervalArithmetic.setprecision(Interval, 53) # slightly faster than 256
|
||||
IntervalArithmetic.setformat(sigfigs=12)
|
||||
|
||||
import IntervalArithmetic.±
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user