tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
float_round_style.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_LIMITS_FLOAT_ROUND_STYLE_HPP
5#define TETL_LIMITS_FLOAT_ROUND_STYLE_HPP
6
7namespace etl {
8
15};
16
17} // namespace etl
18
19#endif // TETL_LIMITS_FLOAT_ROUND_STYLE_HPP
Definition adjacent_find.hpp:9
float_round_style
Definition float_round_style.hpp:9
@ round_toward_zero
Definition float_round_style.hpp:11
@ round_toward_infinity
Definition float_round_style.hpp:13
@ round_to_nearest
Definition float_round_style.hpp:12
@ round_toward_neg_infinity
Definition float_round_style.hpp:14
@ round_indeterminate
Definition float_round_style.hpp:10