Welcome to an advanced calculator built by TeamBa.
This project offers a wide range of mathematical functions, from basic arithmetic operations to complex notations and summations. The calculator is designed for infinite calculations with robust handling of various mathematical functions.
Note
Updated: Fixed Bugs 10-11-2024 3:50PM
Updated: Added 3 Answer holder 10-12-2024 12:06PM
Updated: Fixed Bugs 10-12-2024 1:57PM
Updated Fixed Bugs 10-13-2024 8:35AM
Updated Added XYZ navigation 10-13-2024 10:245AM
Updated Added backspace, delete and enter keyevent to trigger DEL_button, AC_button and equals_button 10-13-2024 11:25AM
This calculator supports a comprehensive set of features, including but not limited to:
- Basic Operations: Addition, subtraction, multiplication, division.
- Advanced Arithmetic: Mixed operations, integer and floating-point calculations.
- Mathematical Functions:
- Plus/Minus function
- Floor, ceiling, and rounding calculations
- Modulus and integer division
- Factorial, square root, cube root, and nth root functions
- Summation and product notation functions
- Exponential calculations (X^Y, X^Y^Z)
- Double summation and product notation
- Logarithmic functions (logx, log(2)x, log(n)x)
- Complex functions: a! + b! / a! / b!
- ABCD variables for summation/product notation
- Operations with ANS button
- Custom number format button for precise outputs
Watch the video tutorial below for step-by-step guidance on using the calculator's features.
Calculator.How.to.Use_.mp4
Follow the steps below to run the calculator from your command line:
-
Download or clone the repository
-
Open the folder.
-
In the folder's address bar, type
cmdto open the command prompt. -
Navigate to the source directory by typing in cmd:
cd Project/src -
In cmd type
javac calculator/*.java -
Lastly type
java calculator/Main.java
- Download or clone the repository.
- Navigate to the
Projectfolder and create aMANIFEST.MFfile:
- Edit
MANIFEST.MF
- Open
cmdin the address bar - In cmd type
jar cvfm Calculator.jar MANIFEST.MF -C src . - Open the
.jarfile with .zip - Navigate to
META-INF - Click the
MANIFEST.MFand make sure theMain-Class: calculator.Mainis inside
OPTIONAL: Cut and paste the Jar file to any directory to separate the file.
- Create a
.batfile in the folder.
- Edit the
.batfile using Notepad or another text editor.@echo off set JAR_PATH=C:\Users\earlo\OneDrive\Desktop\Runner\Calculator.jar start javaw -jar %JAR_PATH% pause
- Run the
.batfile and Enjoy




