1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-11-23 08:15:29 +01: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 import Base: rationalize
using ValidatedNumerics using ValidatedNumerics
setrounding(Interval, :narrow) ValidatedNumerics.setrounding(Interval, :correct)
setdisplay(:standard) ValidatedNumerics.setformat(:standard)
function EOI{T<:Number}(Δ::GroupAlgebraElement{T}, κ::T) function EOI{T<:Number}(Δ::GroupAlgebraElement{T}, κ::T)
return Δ*Δ - κ*Δ return Δ*Δ - κ*Δ