Simple Calculator

user_avatar Made by: Kamdroid

PROJECT DESCRIPTION

Share this project:

This is a clean, nice looking calculator to do simple maths with.
It also has a live result feature to get your answer even before you press equals.

You can currently do:
• Add (+)
• Subtract (-)
• Multiply (×)
• Divide (÷)
• Modulus (mod)
• Square Root (√)

VERSION 1.3

Last Updated: September 21, 2022

• Changed to the proper multiply and divide symbols (× ÷)

• Different way of detecting if result is not a number.
This is because the previous method had a false-positive in some cases if the result was an extremely large number.

COMMENTS

YOU MUST BE SIGNED IN TO LEAVE A COMMENT

July 17, 2018

Nice, you should use the real times and divide symbols to look a bit nicer: × ÷

July 18, 2018

Done, thanks for reminding me. I originally had this in mind, just that I didn't want to keep copying and pasting the symbols while it was in development.

April 06, 2018

What a good project, well done. :)