mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
10 lines
296 B
C++
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
|