An online scientific notation calculator.
This project is inspired by the following youtube videos:
The web calculator shown in this prototype video contains only the elementary operations that you can think of: +, -, *, /
My goal is to update it to become a scientific calculator where you can do some advanced arithmetics: trigonometry, logarithm, and factorial.
In addition, we can always find a "2nd" button on our scientific calculator. What it does is after you pressing it,some of the buttons now switch to their second-functions. Here are some examples:
- sin -> arcsin
- arctan -> tan
- ln -> ex
Here's how it actually looks like on the website:
(↑Top)