gz/math/Interval.hh File Reference
#include <cmath>#include <limits>#include <ostream>#include <type_traits>#include <utility>#include <gz/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 | |
| gz | |
| gz::math | |
Typedefs | |
| using | Intervald = Interval< double > |
| using | Intervalf = Interval< float > |