DoubleDouble.jl
DoubleDouble.jl copied to clipboard
Correctly-rounded operations
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}
.
I think this can be done by implementing triple-word arithmetic...