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:
parent
8ddb60a400
commit
07877556db
@ -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 Δ*Δ - κ*Δ
|
||||||
|
Loading…
Reference in New Issue
Block a user