All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Interval Calculator: Working with Interval Union Arithmetic

By

fouronnes3

1mo ago· 5 min readen

Summary

This article describes an interval calculator that operates on unions of intervals rather than just real numbers. It implements Interval Union Arithmetic, where intervals represent sets of numbers between endpoints, and interval unions are disjoint sets of intervals. The article explains that interval union arithmetic is an extension of regular interval arithmetic that remains closed while supporting division, making it superior for certain mathematical operations.

Key quotes

· 4 pulled
This is a calculator that works over unions of intervals rather than just real numbers.
An interval [a, b] represents the set of all numbers between and including a and b.
An interval union: [a, b] U [c, d] is a disjoint set of intervals.
Interval union arithmetic is an extension of regular interval arithmetic that is vastly superior, mostly because it remains closed while supporting division.
Snippet from the RSS feed
This is a calculator that works over unions of intervals rather than just real numbers. It is an implementation of Interval Union Arithmetic.

You might also wanna read