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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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. **