Maven module :un.api : api-math :
Class :
un.impl.number.Interval
Extends/Implements :
un.api.number.Arithmetic
Subclasses : -
Variables : -
Functions :
Interval,
Interval,
Interval,
toString,
getMin,
getMax,
zeroNotElementOfThis,
zero,
isZero,
one,
isOne,
width,
rad,
mid,
mig,
add,
add,
subtract,
subtract,
mult,
mult,
divide,
divide,
sq,
sqrt,
pow,
isSubsetOf,
setEpsilon,
resetEpsilon
public void
Interval ()
public void
Interval (double val)
public void
Interval (double min, double max)
public String
toString ()
public double
getMin ()
public double
getMax ()
public boolean
zeroNotElementOfThis ()
public Interval
zero ()
public boolean
isZero ()
public Interval
one ()
public boolean
isOne ()
public double
width ()
public double
rad ()
public double
mid ()
public double
mig ()
public Interval
add (Arithmetic other)
public Interval
add (double d)
public Interval
subtract (Arithmetic other)
public Interval
subtract (double d)
public Interval
mult (Arithmetic other)
public Interval
mult (double d)
public Interval
divide (Arithmetic other)
public Interval
divide (double d)
public Interval
sq ()
public Interval
sqrt ()
public Interval
pow (int n)
public boolean
isSubsetOf (Interval other)
public void
setEpsilon (double epsilon)
public void
resetEpsilon ()
A method developed by mathematicians since the 1950s and 1960s as an approach
to putting bounds on rounding errors and measurement errors in mathematical
computation and thus developing numerical methods that yield reliable results.
( https://en.wikipedia.org/wiki/Interval_arithmetic )
@author Bertrand COTE