JuliaMath / DoubleDouble.jl

Extended precision arithmetic for Julia (deprecated)
Other
26 stars 16 forks source link

Add methods for zero and one with tests #19

Closed lbenet closed 7 years ago

lbenet commented 7 years ago

There is an old issue to make TaylorSeries work with DoubleDouble; see https://github.com/JuliaDiff/TaylorSeries.jl/issues/56. The reason it was not working is because zero(::Type{Double{T}}) and one(::Type{Double{T}}) were lacking. I'm simply adding them.

simonbyrne commented 7 years ago

Thanks!

lbenet commented 7 years ago

Thanks!