Uh oh!
There was an error while loading. Please reload this page.
Remove bogus AbstractFloat conversion. - #419
Conversation
Fixes ```julia julia> using ForwardDiff: Dual julia> AbstractFloat(Dual(1.0, 2.0)) isa AbstractFloat false ```
tpapp
commented
Nov 7, 2019
FWIW, I think the way forward for the host of stack overflow issues (JuliaMath/SpecialFunctions.jl#186, #324, etc) is to remove the
|
KristofferC
commented
Nov 7, 2019
FWIW, was added in 2e8d016. |
tpapp
commented
Dec 20, 2019
Friendly bump: I am happy to work on this if anything else is required. |
sethaxen
commented
Feb 13, 2020
Another friendly bump. What needs to be done to get this PR merged? |
nalimilan
commented
Feb 13, 2020
Note that |
andreasnoack
commented
Feb 14, 2020
See JuliaMath/SpecialFunctions.jl#186 (comment). The issue with |
Fixes