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 398 forks source link

[Feature] Add Circle Area And Circumference Calculator #1656

Closed dfghjkbd closed 1 month ago

dfghjkbd commented 1 month ago

Description

I want to make calculator that calculates area and circumference of circle Input r : radius of circle Output C: circumference of circle A: Area of circle Formula C=2 pi r A=pi*r^2

Screenshots

image

Checklist

Code of Conduct

github-actions[bot] commented 1 month ago

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

jessicachawla commented 1 month ago

@dfghjkbd please open one issue at a time.

dfghjkbd commented 1 month ago

@Rakesh9100 I would like to build a new calculator that will support determining circle's area & circumference . This tool will be really helpful for students and math enthusiasts.

Kindly assign me this issue.

Thank you!

dfghjkbd commented 1 month ago

@Rakesh9100 please assign me this issue .

jessicachawla commented 1 month ago

@dfghjkbd you will not be assigned more than one issue at a time. You must only open one issue at a time and please don't ask Rakesh to assign you an issue I explicitly did not tell him to assign.

dfghjkbd commented 1 month ago

@jessicachawla
image This tool is designed to calculate the area and circumference of a circle based on user input. Additionally, it includes functionality for displaying and managing a history of calculations.

dfghjkbd commented 1 month ago

@jessicachawla image In this also way, I can make this calculator

dfghjkbd commented 1 month ago

@Rakesh9100 I would like to build a new calculator that will support determining circle's area & circumference . This tool will be really helpful for students and math enthusiasts.

Kindly assign me this issue.

Thank you!

Rakesh9100 commented 1 month ago

No need to create a separate calculator, you can add the Circumference calculation in the existing 2D Shapes Calculator when we select shapes as Circle, let me know @dfghjkbd

dfghjkbd commented 1 month ago

@Rakesh9100 yes I am ready to add circumference and area calculation feature for circles to the existing 2D Shapes Calculator.

Rakesh9100 commented 1 month ago

It is already calculating Area and Perimeter, and I think circumference is same as perimeter right @dfghjkbd

github-actions[bot] commented 1 month ago

Hello @dfghjkbd! Your issue #1656 has been closed. Thank you for your contribution!! 🙌