![]() |
Elementa v8.0.0
Minimalistic library for any C++ application (C++11 and up)
|
#include "elementa/license.inc"#include "elementa/checks.inc"#include <string>#include "elementa/base/exceptions.h"

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... | |