You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Qt integer calculator with dec/hex/bin conversion.
Based on mini-gmp mpz_t integer type which allows to operate on quite large numbers (e.g., factorial(1000) ).
Developed using Qt 5.15, CMake and MS Visual Studio 2019 IDE.