Sprout/sprout/math/integer.hpp
2013-05-06 00:22:08 +09:00

9 lines
253 B
C++

#ifndef SPROUT_MATH_INTEGER_HPP
#define SPROUT_MATH_INTEGER_HPP
#include <sprout/config.hpp>
#include <sprout/math/is_integer.hpp>
#include <sprout/math/is_odd.hpp>
#include <sprout/math/is_even.hpp>
#endif // #ifndef SPROUT_MATH_INTEGER_HPP