#include "../my_config.h"
#include <typeinfo>
#include "storage.hpp"
#include "integers.hpp"
#include "int_tools.hpp"
Go to the source code of this file.
Namespaces | |
namespace | libdar |
Classes | |
class | libdar::infinint |
the arbitrary large positive integer class More... | |
Defines | |
#define | OPERATOR(OP) |
Functions | |
template<class T> | |
void | libdar::euclide (T a, T b, T &q, T &r) |
the infinint class implementation defined in this module can handle arbitrary large positive integer numbers
Definition in file real_infinint.hpp.