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