CNL
2.0.2 (development)
Compositional Numeric Library
scaled_integer.h
Go to the documentation of this file.
1
2
// Copyright John McFarlane 2015 - 2016.
3
// Distributed under the Boost Software License, Version 1.0.
4
// (See accompanying file ../LICENSE_1_0.txt or copy at
5
// http://www.boost.org/LICENSE_1_0.txt)
6
9
10
#if !defined(CNL_SCALED_INTEGER_H)
11
#define CNL_SCALED_INTEGER_H
12
13
#include "_impl/scaled_integer/convert_operator.h"
14
#include "
_impl/scaled_integer/definition.h
"
15
#include "
_impl/scaled_integer/extras.h
"
16
#include "_impl/scaled_integer/fixed_point.h"
17
#include "_impl/scaled_integer/from_rep.h"
18
#include "_impl/scaled_integer/integer.h"
19
#include "_impl/scaled_integer/is_wrapper.h"
20
#include "
_impl/scaled_integer/math.h
"
21
#include "
_impl/scaled_integer/named.h
"
22
#include "
_impl/scaled_integer/num_traits.h
"
23
#include "
_impl/scaled_integer/numbers.h
"
24
#include "
_impl/scaled_integer/numeric_limits.h
"
25
#include "
_impl/scaled_integer/operators.h
"
26
#include "_impl/scaled_integer/rep_of.h"
27
#include "_impl/scaled_integer/set_rep.h"
28
#include "_impl/scaled_integer/sqrt.h"
29
#include "_impl/scaled_integer/tag_of.h"
30
#include "_impl/scaled_integer/to_chars.h"
31
#include "_impl/scaled_integer/to_string.h"
32
33
#endif // CNL_SCALED_INTEGER_H
named.h
essential named definitions related to the cnl::scaled_integer type
num_traits.h
cnl::scaled_integer specializations of num_traits traits and similar
definition.h
definition of cnl::scaled_integer type
math.h
some cmath specializations for cnl::scaled_integer type;
extras.h
supplemental definitions related to the cnl::scaled_integer type; definitions that straddle two homes...
numbers.h
scaled_integer specializations of math constants from <numbers>
operators.h
cnl::scaled_integer operators
numeric_limits.h
specialisation of std::numeric_limits of scaled_integer
cnl
scaled_integer.h
Generated by
1.8.17