Line | |
---|
1 | /* Boost interval.hpp header file
|
---|
2 | *
|
---|
3 | * Copyright 2000 Jens Maurer
|
---|
4 | * Copyright 2002 Hervé Brönnimann, Guillaume Melquiond, Sylvain Pion
|
---|
5 | *
|
---|
6 | * Distributed under the Boost Software License, Version 1.0.
|
---|
7 | * (See accompanying file LICENSE_1_0.txt or
|
---|
8 | * copy at http://www.boost.org/LICENSE_1_0.txt)
|
---|
9 | */
|
---|
10 |
|
---|
11 | #ifndef BOOST_NUMERIC_INTERVAL_HPP
|
---|
12 | #define BOOST_NUMERIC_INTERVAL_HPP
|
---|
13 |
|
---|
14 | #include <boost/limits.hpp>
|
---|
15 | #include <boost/numeric/interval/interval.hpp>
|
---|
16 | #include <boost/numeric/interval/policies.hpp>
|
---|
17 |
|
---|
18 | #include <boost/numeric/interval/hw_rounding.hpp>
|
---|
19 | #include <boost/numeric/interval/rounded_arith.hpp>
|
---|
20 | #include <boost/numeric/interval/rounded_transc.hpp>
|
---|
21 | #include <boost/numeric/interval/constants.hpp>
|
---|
22 |
|
---|
23 | #include <boost/numeric/interval/checking.hpp>
|
---|
24 | #include <boost/numeric/interval/compare.hpp>
|
---|
25 | #include <boost/numeric/interval/utility.hpp>
|
---|
26 |
|
---|
27 | #include <boost/numeric/interval/arith.hpp>
|
---|
28 | #include <boost/numeric/interval/arith2.hpp>
|
---|
29 | #include <boost/numeric/interval/arith3.hpp>
|
---|
30 | #include <boost/numeric/interval/transc.hpp>
|
---|
31 |
|
---|
32 | #endif // BOOST_NUMERIC_INTERVAL_HPP
|
---|
Note: See
TracBrowser
for help on using the repository browser.