Rakesh9100 / CalcDiverse

CalcDiverse is a customized collection of calculators for various aspects of mathematics. Individuals with basic web development knowledge can create distinctive calculators and submit pull requests.
https://calcdiverse.netlify.app
Apache License 2.0
149 stars 397 forks source link

[Feature] Add Reverse Polish Notation Calculator #664

Closed animex007 closed 4 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

Screenshots

No response

Checklist

Code of Conduct

github-actions[bot] commented 4 months ago

Hey @animex007, Welcome to the project CalcDiverse! 🎊 Thanks for opening an issue! 🙌 Please wait for the issue to be assigned. Happy Coding!! ✨

juniorcoder02 commented 4 months ago

hi project admin @Rakesh9100 i'm participant in Gssoc'24 and i am thrilled to be contributing to CalcDiverse. after reviewing the open issues, i'm particularly interested in rpn calculator as it aligns well with my skills and interests. Could you please assign this issue to me? I'm eager to dive in and make a meaningful contribution to the project.

Rakesh9100 commented 4 months ago

Proceed @animex007

Rakesh9100 commented 4 months ago

Status of your PR pls @animex007

animex007 commented 4 months ago

Almost complete ! ,Hitting the PR ASAP!