ForwardDiff.jl
ForwardDiff.jl copied to clipboard
`eps` of a `Dual` is not `Dual`
trafficstars
eps(ForwardDiff.Dual{Nothing}(1.0,1.0)) isa ForwardDiff.Dual is false. Is this intentional? This is causing trouble in https://github.com/TuringLang/Turing.jl/issues/700.