Array-based implementation of Calculator of very large integers with the length of the numbers as large as 2,147,483,647 (2^31 - 1), with Postfix and Infix evaluation of Arithmetic Expressions.
-
Updated
Jun 25, 2021 - Java
Array-based implementation of Calculator of very large integers with the length of the numbers as large as 2,147,483,647 (2^31 - 1), with Postfix and Infix evaluation of Arithmetic Expressions.
A class project from my sophomore year of college that can add integers larger than the integer type's capacity using Java
Add a description, image, and links to the large-integers topic page so that developers can more easily learn about it.
To associate your repository with the large-integers topic, visit your repo's landing page and select "manage topics."