Sprout/sprout/math/remainders.hpp

11 lines
296 B
C++
Raw Normal View History

2013-02-10 08:33:31 +00:00
#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