1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-10-15 08:05:35 +02:00

update ValidatedNumerics to 0.8

This commit is contained in:
kalmar 2017-03-20 21:41:34 +01:00
parent 8ddb60a400
commit 07877556db

View File

@ -1,9 +1,8 @@
using ProgressMeter
import Base: rationalize
using ValidatedNumerics
setrounding(Interval, :narrow)
setdisplay(:standard)
ValidatedNumerics.setrounding(Interval, :correct)
ValidatedNumerics.setformat(:standard)
function EOI{T<:Number}(Δ::GroupAlgebraElement{T}, κ::T)
return Δ*Δ - κ*Δ