jitacm / -30DaysDevChallenge-

Welcome to the 30DayDevChallenge repository! This repository is dedicated to a month-long coding challenge designed to help developers of all levels enhance their skills through daily coding tasks and projects.
19 stars 27 forks source link

30 days of javascript - RPN Calculator #8

Closed animex007 closed 3 months ago

animex007 commented 4 months ago

Description

Title: Reverse Polish Notation (RPN) Calculator

Overview

I'm proposing the development of a Reverse Polish Notation (RPN) calculator. RPN is a mathematical notation in which every operator follows all of its operands, providing a unique and efficient way of performing calculations.

Project Goals

The primary goal of this project will be to create a fully functional RPN calculator that can handle basic arithmetic operations as well as more complex mathematical functions.

Features

Code of Conduct

jitacm commented 4 months ago

@animex007 go ahead !!