blob: 4b07266fe68e4345968bfb3c619f57e9ef7ed861 [file] [log] [blame]
///////////////////////////////////////////////////////////////
// Copyright 2012 John Maddock. 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_
#include <boost/multiprecision/gmp.hpp>
using namespace boost::multiprecision;
mpf_float a;
mpz_int b;
mpq_rational c;