Files
BetterSTL/include/bstl/bignums.hpp
T
2026-08-16 15:00:09 +08:00

8 lines
155 B
C++

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