Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
Loading...
Searching...
No Matches
intervals.h File Reference
#include "elementa/license.inc"
#include "elementa/checks.inc"
#include <string>
#include "elementa/base/exceptions.h"
Include dependency graph for intervals.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  elementa::math::Interval< ELEMTYPE >
 A numeric interval, either closed, opened or semi-closed. More...
 

Enumerations

enum class  elementa::math::IntervalCl : uint8_t { CLOSED , OPENED , LEFT_CLOSED , RIGHT_CLOSED }
 Kinds of closedness for numeric intervals. More...