EnderCalc is a calculator that I coded in about 20 minutes that can do basic functions such as Addition, Subtraction, Mulitplication, and Division. I do plan on adding more functions such as Square Roots, Squaring, and much more. If you plan on using EnderCalc in any program/OS you MUST give credit to the original author "SuicidalSTDz" and state that you own nothing!(Sounds harsh but, it's true) You may edit EnderCalc for personal use but are not permitted to redistribute any modified code. I hope you all enjoy this neat little program!
This calculator is used in my OS: EnderOS
Changelog:
v2.0:
-Re-written from the ground up(LIke everything else I do ;)/>)
-More functions!
-Recursion loop solved(At least I think it is for now :P/>)
v1.1:
-Changed the layout
-Added a random number generator
v1.0:
-Added Addition, Subtraction, Multiplication, and Division
-The beginning!