Skip to content

Implementation of calculator using JS, basic operations, backspace, clear and entering of floating numbers.

Notifications You must be signed in to change notification settings

OlesiaKniazeva/calculator

Repository files navigation

Simple calculator, made as a part of my study in The Odin Project.

To process the operations I used algorithm to convert mathematical expression from infix to postfix notation.

The calculator supports basic arithmetic operations (addition, subtraction, multiplication, and division), handles decimal inputs, and includes special functions like clear and backspace

https://olesiakniazeva.github.io/calculator/

About

Implementation of calculator using JS, basic operations, backspace, clear and entering of floating numbers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published