ocaml-interval icon indicating copy to clipboard operation
ocaml-interval copied to clipboard

Would be nice to have a miltiprecision interval arithmetic too

Open craff opened this issue 4 years ago • 1 comments

May be based on gmp's mpfi ?

craff avatar Feb 09 '22 04:02 craff

I agree. MPFR/MPFI tend to be slow. Arb may be better (even though it is a slightly different take on the problem).

Chris00 avatar Feb 09 '22 10:02 Chris00