CNL
2.0.2 (development)
Compositional Numeric Library
wide_integer.h
Go to the documentation of this file.
1
2
// Copyright John McFarlane 2018.
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
7
#if !defined(CNL_WIDE_INTEGER_H)
8
#define CNL_WIDE_INTEGER_H
9
11
12
#include "_impl/wide_integer/custom_operator.h"
13
#include "_impl/wide_integer/definition.h"
14
#include "_impl/wide_integer/digits.h"
15
#include "_impl/wide_integer/from_rep.h"
16
#include "_impl/wide_integer/literals.h"
17
#include "_impl/wide_integer/make_wide_integer.h"
18
#include "_impl/wide_integer/max_digits.h"
19
#include "_impl/wide_integer/numbers.h"
20
#include "_impl/wide_integer/numeric_limits.h"
21
#include "_impl/wide_integer/operators.h"
22
#include "_impl/wide_integer/scale.h"
23
#include "_impl/wide_integer/set_digits.h"
24
#include "_impl/wide_integer/set_rep.h"
25
#include "_impl/wide_integer/set_tag.h"
26
27
#endif // CNL_WIDE_INTEGER_H
cnl
wide_integer.h
Generated by
1.8.17