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

Correctly-rounded operations

Open dpsanders opened this issue 8 years ago • 1 comments

It would be great to have correctly-rounded basic operations, i.e. be able to fix the rounding mode to RoundDown or RoundUp and do a + b for a::Double{T} and b::Double{T}.

dpsanders avatar May 27 '16 17:05 dpsanders

I think this can be done by implementing triple-word arithmetic...

dpsanders avatar May 15 '17 16:05 dpsanders