#include "config.hpp"#include <cstddef>#include "big_int.hpp"#include "std_import.hpp"Go to the source code of this file.
Namespaces | |
| namespace | Arageli |
Functions | |
| std::size_t | Arageli::lg10 (std::size_t b) |
| Returns lg (b). | |
| void | Arageli::do_bin_convert (const big_int &dm, const big_int &de, std::size_t p, big_int &bm, big_int &be) |
| std::size_t | Arageli::do_dec_convert (big_int &dm, big_int &de, std::size_t p, const big_int &bm, const big_int &be) |
1.4.7