1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2024-11-12 21:09:01 +00:00
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