tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
cfloat.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2// SPDX-FileCopyrightText: Copyright (C) 2021 Tobias Hienzsch
3
4#ifndef TETL_CFLOAT_HPP
5#define TETL_CFLOAT_HPP
6
7/// \defgroup cfloat cfloat
8/// Limits of floating-point types
9/// \ingroup limits-library
10/// \code{.cpp}
11/// #include <etl/cfloat.hpp>
12/// \endcode
13
14#include <etl/_config/all.hpp>
15
16#include <etl/_cfloat/defines.hpp>
17
18// Non-standard extensions
19#include <etl/_cfloat/half.hpp>
20
21#endif // TETL_CFLOAT_HPP