mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-23 08:15:29 +01:00
ValidatedNumerics parameters -- to be checked
This commit is contained in:
parent
2b1bb7b765
commit
450d43ed14
@ -2,7 +2,9 @@ import Base: rationalize
|
||||
|
||||
using ValidatedNumerics
|
||||
ValidatedNumerics.setrounding(Interval, :correct)
|
||||
# ValidatedNumerics.setrounding(Interval, :fast) #which is slower??
|
||||
ValidatedNumerics.setformat(:standard)
|
||||
# setprecision(Interval, 53) # slightly faster than 256
|
||||
|
||||
function EOI{T<:Number}(Δ::GroupAlgebraElement{T}, κ::T)
|
||||
return Δ*Δ - κ*Δ
|
||||
|
Loading…
Reference in New Issue
Block a user