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

[Feature] Add Magic Number Calculator #941

Closed debangi29 closed 3 months ago

debangi29 commented 3 months ago

Description

I can add a magic number calculator which can check a number is magic number or not. A number is said to be a magic number, if the sum of its digits are calculated till a single digit recursively by adding the sum of the digits after every addition. If the single digit comes out to be 1,then the number is a magic number. 1252 1+2+5+2=10 => 1+0=1

Screenshots

No response

Checklist

Code of Conduct

github-actions[bot] commented 3 months ago

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

debangi29 commented 3 months ago

Please assign me the issue @Rakesh9100

Rakesh9100 commented 3 months ago

Go ahead @debangi29

github-actions[bot] commented 3 months ago

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