Interval.hh File Reference
#include <cmath>#include <limits>#include <ostream>#include <type_traits>#include <utility>#include <ignition/math/config.hh>Go to the source code of this file.
Classes | |
| class | Interval< T > |
| The Interval class represents a range of real numbers. Intervals may be open (a, b), left-closed [a, b), right-closed (a, b], or fully closed [a, b]. More... | |
Namespaces | |
| ignition | |
| ignition::math | |
| Math classes and function useful in robot applications. | |
Typedefs | |
| using | Intervald = Interval< double > |
| using | Intervalf = Interval< float > |