Sprout/sprout/math/remainders.hpp
2013-02-10 17:33:31 +09:00

10 lines
296 B
C++

#ifndef SPROUT_MATH_REMAINDERS_HPP
#define SPROUT_MATH_REMAINDERS_HPP
#include <sprout/config.hpp>
#include <sprout/math/fmod.hpp>
#include <sprout/math/remainder.hpp>
#include <sprout/math/quotient.hpp>
#include <sprout/math/rem_quo.hpp>
#endif // #ifndef SPROUT_MATH_REMAINDERS_HPP