David Widmann
Results
1472
comments of
David Widmann
These branches are the problematic ones it seems: https://github.com/JuliaMath/Quadmath.jl/blob/f6ea87e58fa4bdf1dfbf4179f91e298c337278ee/src/Quadmath.jl#L542-L546 AFAICT from a quick glance, it seems in both cases it would be possible to directly return `copysign(z, x)` (or alternatively...
It would indeed be interesting to know whether it worked prior to the recent changes. I saw that @lcontento had encountered the seemingly same issue (I opened a PR with...