Repository files navigation
This is a scientific calculator built using Typescript to ensure type safety.
Typescript is an open source language and is a superset of Tavascript.
It offers additional features to Javascript including static types.
Typescript code basically compiles down to regular Javascript.
Typescript is more robust, can easily spot bugs and provides better readability.
Live demonstration: Scientific Calculator
The website is built with famous web development tools, they are mentioned below:
The calculator is built using typescript, so it does all the type checking.
Supports basic mathematic operations like : addition, subtraction, multiplication, division, modulo, etc.
Supports math operations like : square, square root, cube, cube root, log, ln, etc.
Supports trigonometric functions like : sin, cos and tan, along with ceil and floor functions.
The DEG and 2nd buttons are toggle buttons.
Clicking on the DEG button converts the radian value to degree and RAD converts degree to radian.
Clicking on the 2nd button offers a new set of operations.
The website is responsive and has a clean UI.
You can’t perform that action at this time.