Files
BetterSTL/include/bstl/big_number.hpp
T
2026-08-16 15:20:11 +08:00

8 lines
168 B
C++

#ifndef BETTERSTL_BIG_NUMBERS_HPP
#define BETTERSTL_BIG_NUMBERS_HPP
#include <bstl/biginteger.hpp>
#include <bstl/bigdecimal.hpp>
#endif // BETTERSTL_BIG_NUMBERS_HPP