Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question