Releases: amolgorithm/delta-calc
Releases · amolgorithm/delta-calc
DeltaCalc v1.0.0
- This is the first release of DeltaCalc.
- This version of the application offers the following arithmetic operations and functions: +, -, *, /, ^, root, modulus and sin, cos, tan, log.
- Chaining operations (5 + 6 + 8) is not a feature of this version of DeltaCalc. For example, after pressing 5 + 6, the software cannot produce the required result by pressing + 8. Instead, the user would need press the equal sign after pressing 5 + 6, then press + 8 to the result given after pressing the equal sign.
- NOTE: To download and use this application, the user must download the zip file, extract the folder and RENAME THE FOLDER TO "DeltaCalc" in order to execute the program successfully. **