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
3#ifndef TETL_LIMITS_FLOAT_ROUND_STYLE_HPP
4#define TETL_LIMITS_FLOAT_ROUND_STYLE_HPP
5
6namespace etl {
7
15
16} // namespace etl
17
18#endif // TETL_LIMITS_FLOAT_ROUND_STYLE_HPP
Definition adjacent_find.hpp:8
float_round_style
Definition float_round_style.hpp:8
@ round_toward_zero
Definition float_round_style.hpp:10
@ round_toward_infinity
Definition float_round_style.hpp:12
@ round_to_nearest
Definition float_round_style.hpp:11
@ round_toward_neg_infinity
Definition float_round_style.hpp:13
@ round_indeterminate
Definition float_round_style.hpp:9