Show HN: I made a calculator that works over disjoint sets of intervals
31–40 of 61 posts
Re: Show HN: I made a calculator that works over disjoint sets of intervals
#32Very nice work. I was wondering if it might be useful to combine this with a library for arbitrary precision arithmetic. How difficult do you think that might be?
Re: Show HN: I made a calculator that works over disjoint sets of intervals
#33I therefore needed to include a complement operation, so that I could do full Boolean analysis of interval membership.
Your intervals are all closed sets, consequently the complements are open intervals. I chose not to distinguish between open and closed intervals, since for my practical purposes whether the end points are members of the set is unimportant.
Of course, with inexact arithmetic, the question of whether the set is open of closed probably not well-defined.
Re: Show HN: I made a calculator that works over disjoint sets of intervals
#34Re: Show HN: I made a calculator that works over disjoint sets of intervals
#35Re: Show HN: I made a calculator that works over disjoint sets of intervals
#36Re: Show HN: I made a calculator that works over disjoint sets of intervals
#37Earlier quoted context omitted.
I was also a bit confused by this. I thought the standard notation was round brackets, but maybe doesn't work well in ASCII?
(0, 1) Is this an twice-open interval or a 2D vector? See, this is why Bourbaki introduced the ]0,1[ notation.