1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add sprout/rational.hpp

add sprout/math/common_factor.hpp
This commit is contained in:
bolero-MURAKAMI 2012-05-25 22:21:16 +09:00
parent dc8cb3d14e
commit 5a9b2e4f7d
8 changed files with 1153 additions and 119 deletions

View file

@ -0,0 +1,7 @@
#ifndef SPROUT_MATH_COMMON_FACTOR_HPP
#define SPROUT_MATH_COMMON_FACTOR_HPP
#include <sprout/math/gcd.hpp>
#include <sprout/math/lcm.hpp>
#endif // SPROUT_MATH_COMMON_FACTOR_HPP