mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-14 22:20:28 +01:00
update ValidatedNumerics to 0.8
This commit is contained in:
parent
8ddb60a400
commit
07877556db
@ -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 Δ*Δ - κ*Δ
|
||||
|
Loading…
Reference in New Issue
Block a user