ForwardDiff.jl icon indicating copy to clipboard operation
ForwardDiff.jl copied to clipboard

`eps` of a `Dual` is not `Dual`

Open mohdibntarek opened this issue 6 years ago • 0 comments
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.

mohdibntarek avatar Mar 03 '19 06:03 mohdibntarek