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

add carry_to_exp2

This commit is contained in:
bolero-MURAKAMI 2016-08-14 16:54:42 +09:00
parent 92c7169221
commit 0805756259
2 changed files with 76 additions and 0 deletions

View file

@ -10,6 +10,7 @@
#include <sprout/config.hpp>
#include <sprout/integer/integer_digits.hpp>
#include <sprout/integer/carry_to_exp2.hpp>
#include <sprout/integer/static_pow.hpp>
#endif // #ifndef SPROUT_INTEGER_HPP