https://github.com/mykhail024/bignumbermultiplication
Large number multiplication program with GUI and graph. Based on qt6
https://github.com/mykhail024/bignumbermultiplication
bignumber bignumbers cross-platform gui karatsuba-multiplication math qt qt6
Last synced: about 2 months ago
JSON representation
Large number multiplication program with GUI and graph. Based on qt6
- Host: GitHub
- URL: https://github.com/mykhail024/bignumbermultiplication
- Owner: Mykhail024
- License: gpl-3.0
- Created: 2024-03-04T07:39:15.000Z (over 2 years ago)
- Default Branch: string
- Last Pushed: 2024-03-30T11:31:41.000Z (about 2 years ago)
- Last Synced: 2025-03-11T20:38:07.129Z (over 1 year ago)
- Topics: bignumber, bignumbers, cross-platform, gui, karatsuba-multiplication, math, qt, qt6
- Language: C++
- Homepage:
- Size: 389 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Comparison of the Karatsuba algorithm and column (long) multiplication
# Used Libraries and APIs
- [QCustomPlot](https://www.qcustomplot.com/) - [GPL License](./external/qcustomplot/GPL.txt)
- [Qt6](https://github.com/qt/qtbase) - [GPL License](https://github.com/qt/qtbase/blob/dev/LICENSES/GPL-3.0-only.txt)