Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.42 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.42 KB

WEB CALCULATOR 2.0

This is Web Calculator 2.0, a multi-functional scientific calculator that changes the way people use calculators. Introducing:

  • New Functionalities

    What do we normally do in maths class? Arithmetic calculations? Functions? Calculus? In Web Calculator 2.0, all of these are ready for you with a single click of Mode Selector. Designed by students, for students.

  • Typing Input

    For almost every calculator you see, there are buttons representing numbers and operators. It is good, but not perfect. Web Calculator 2.0 allows you to input any mathematical expression you want, from 1 + 1 to f(x) = 10x^2 + 5x, with keyboard Only. Now, you can speed up every calculation process without involving any clicking event!

  • Natural Language Processing (NLP)

    What is NLP? It is an algorithm that converts natural language, such as English, to programming or in this case, mathematical language. For example, you can input 1 plus 1 minus 2 to perform the same calculation as 1 + 1 - 2, so you don't need to press that shift key anymore! Discover more by yourself!

Special Thanks to:

Mathjs, an extremely powerful JavaScript libraries that handles all the mathematical evaluation.

Bulma, a nice looking and easy to start CSS framework that makes the website looks clean and nice.

jkelol111, who designed the whole web page!