An old project for fast big number computation
DynVar.h declares classes DN and DQ. DynVar.cpp contains implementation of SK.h. main.cpp contains some code.
DN is a "dynamic-N", a natural number including zero. Acts as "unsigned int" without limits in C++.
DQ is a "dynamic-Q", a non-negative rational number. Acts as unsigned "double" or "float" in C++.