Sprout/sprout/math/integer.hpp

10 lines
253 B
C++
Raw Normal View History

2013-05-05 15:22:08 +00:00
#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