intervallaritmetik
Intervallaritmetik is a branch of numerical analysis that aims to carry out computations with intervals in order to enclose all possible values of a quantity when inputs are uncertain or affected by rounding errors. An interval [a,b] represents the set of real numbers x with a ≤ x ≤ b, and interval operations are defined to keep the true result inside the computed bounds.
Given two intervals A=[a1,a2] and B=[b1,b2], the basic arithmetic operations are defined as follows: addition A+B=[a1+b1,
Implementations use careful rounding to preserve the inclusion property: lower endpoints are rounded downward and upper
Variants and extensions include Kaucher interval arithmetic, which generalizes traditional intervals to allow improper intervals, and
Historically, interval arithmetic was developed by Ramon E. Moore and colleagues in the 1960s and has since