You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In https://github.com/HolyLab/ThickNumbers.jl I've implement a ThickNumber abstract type, meant to summarize things like intervals (using interval arithmetic). The canonical ThickNumber subtype looks like Interval(lo, hi), so it's a lot like Complex{Float64}. Is there a straightforward path to supporting such number types with GTPSA, or is that a limitation baked into the C library?