- Yes, it's literally a calculator simulator - Yes, it's probably a boring project Featured by ST on 16th of June 2017 Improvement: mathematical procedure can run the way it's supposed to be. Example as follows: - Original: 2 + 3 * 4 = 24 (False) - Update: 2 + 3 * 4 = 14 (True) How it works: the equation will look whether the operation has multiplication or division. If yes, then it will look in which index the multiplication or division and do the task first before addition or subtraction. Then it repeats until all operations are executed. Enable "developer mode view" to see the process in detail. Original Calculator: @Rosyda Music: 7 Years - Lukas Graham Violin Cover Background: ageofwushu.com # 21 Jun 2017 # Changed Background # 12 Jun 2017 # Fixed the Math Procedures # 12 Jun 2017 # Shared