Sprout/sprout/rational.hpp
2016-04-07 00:37:46 +09:00

24 lines
976 B
C++

/*=============================================================================
Copyright (c) 2011-2016 Bolero MURAKAMI
https://github.com/bolero-MURAKAMI/Sprout
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
=============================================================================*/
#ifndef SPROUT_RATIONAL_HPP
#define SPROUT_RATIONAL_HPP
#include <sprout/config.hpp>
#include <sprout/rational/rational.hpp>
#include <sprout/rational/comparison.hpp>
#include <sprout/rational/arithmetic.hpp>
#include <sprout/rational/io.hpp>
#include <sprout/rational/hash.hpp>
#include <sprout/rational/tuple.hpp>
#include <sprout/rational/container.hpp>
#include <sprout/rational/values.hpp>
#include <sprout/rational/conversion.hpp>
#include <sprout/rational/exceptions.hpp>
#include <sprout/rational/udl.hpp>
#endif // #ifndef SPROUT_RATIONAL_HPP