Skip to content

RiteshAdwani/Typescript-Practical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Typescript-Practical

  • 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

Tech Stack

  • The website is built with famous web development tools, they are mentioned below: Tech Stack

Features

  • 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.

About

A scientific calculator built using Typescript to ensure type safety.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages