Chebyshev
Unit testing for scientific software
chebyshev::prec::interval Class Reference

An interval on the real numbers. More...

#include <interval.h>

Public Member Functions

 interval ()
 Construct over the origin.
 
 interval (long double l, long double r)
 Construct an interval from its lower and upper bounds.
 
long double length () const
 Returns the length of the interval.
 

Public Attributes

long double a
 Lower extreme of the interval.
 
long double b
 Upper extreme of the interval.
 

Detailed Description

An interval on the real numbers.


The documentation for this class was generated from the following file: