Sha256: 3c4908571f0db80de548d69b57f1aaf5e736a2f715a9a8abfaba7bb875ddb845
Contents?: true
Size: 692 Bytes
Versions: 34
Compression:
Stored size: 692 Bytes
Contents
// arithmetic.hpp ---------------------------------------------------------------// // Copyright 2011 Vicente J. Botet Escriba // Distributed under the Boost Software License, Version 1.0. // See http://www.boost.org/LICENSE_1_0.txt #ifndef BOOST_RATIO_MPL_ARITHMETIC_HPP #define BOOST_RATIO_MPL_ARITHMETIC_HPP #include <boost/ratio/mpl/plus.hpp> #include <boost/ratio/mpl/minus.hpp> #include <boost/ratio/mpl/times.hpp> #include <boost/ratio/mpl/divides.hpp> #include <boost/ratio/mpl/negate.hpp> #include <boost/ratio/mpl/abs.hpp> #include <boost/ratio/mpl/sign.hpp> #include <boost/ratio/mpl/gcd.hpp> #include <boost/ratio/mpl/lcm.hpp> #endif // BOOST_RATIO_MPL_ARITHMETIC_HPP
Version data entries
34 entries across 34 versions & 2 rubygems