B
B
blueboar22013-09-22 19:58:41
Mathematics
blueboar2, 2013-09-22 19:58:41

Interval Arithmetic Library

Tell me, is there really no library for intervals in c++ anywhere? I mean so that the library can merge intervals, find their intersection and compare two intervals with each other? Need support for infinite precision (mpfr). There is an interval library in boost, but there, for example, all intervals are closed at both ends, and I need half-open ones too. In general, so that I find, for example, 5 intervals for solving an inequality, add them up, and get a general solution.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
bear11, 2013-09-23
@bear11

Look at freshcode - there are 5 options there. Check out gaol.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question