CNL  2.0.2 (development)
Compositional Numeric Library
elastic_integer.h
Go to the documentation of this file.
1 
2 // Copyright John McFarlane 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_ELASTIC_INTEGER_H)
11 #define CNL_ELASTIC_INTEGER_H
12 
13 #include "_impl/elastic_integer/custom_operator.h"
14 #include "_impl/elastic_integer/definition.h"
15 #include "_impl/elastic_integer/digits.h"
17 #include "_impl/elastic_integer/from_value.h"
18 #include "_impl/elastic_integer/integer.h"
19 #include "_impl/elastic_integer/make_elastic_integer.h"
20 #include "_impl/elastic_integer/numbers.h"
21 #include "_impl/elastic_integer/numeric_limits.h"
22 #include "_impl/elastic_integer/operators.h"
23 #include "_impl/elastic_integer/scale.h"
24 #include "_impl/elastic_integer/set_digits.h"
25 #include "_impl/elastic_integer/set_rep.h"
26 #include "_impl/elastic_integer/set_tag.h"
27 #include "_impl/elastic_integer/sqrt.h"
28 #include "_impl/elastic_tag.h"
29 
30 #endif // CNL_ELASTIC_INTEGER_H
from_rep.h
elastic specializations of cnl::from_rep