JeffreySarnoff / ArbNumerics.jl

extended precision math, accurate and performant
MIT License
77 stars 16 forks source link

`promote_type` is not supposed to be overloaded #67

Open nsajko opened 2 months ago

nsajko commented 2 months ago

Several methods are added for promote_type in src/libarb/promote.jl. Xref JuliaLang/julia#54138

JeffreySarnoff commented 2 months ago

This was intentional. At the time it was written, this approach worked best. It may well be that over time, as Julia evolved, it is no longer needed.