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:
parent
dc8cb3d14e
commit
5a9b2e4f7d
8 changed files with 1153 additions and 119 deletions
7
sprout/math/common_factor.hpp
Normal file
7
sprout/math/common_factor.hpp
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue