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
150 stars 387 forks source link

[Feature] Add Abundant Number Calculator #883

Closed sharmi4590 closed 5 months ago

sharmi4590 commented 5 months ago

Description

Abundant number: A number is called abundant if the sum of its proper divisors is greater than the number itself. For example, 12 is an abundant number because its proper divisors are 1, 2, 3, 4, and 6, and 1 + 2 + 3 + 4 + 6 = 16, which is greater than 12.

Screenshots

No response

Checklist

Code of Conduct

github-actions[bot] commented 5 months ago

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

Rakesh9100 commented 5 months ago

Proceed @sharmi4590

Rakesh9100 commented 5 months ago

Provide your PR @sharmi4590