-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
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?
Metadata
Metadata
Assignees
Labels
No labels