SarthakKeshari / calc_for_everything

This repository aims to provide Calculators for educational, professional, scientific, health and well-being and other purposes.
https://calc-for-everything-psi.vercel.app
MIT License
113 stars 104 forks source link

Calculator to check if a number is Armstrong number or not #193

Closed maskboyAvi closed 1 year ago

maskboyAvi commented 1 year ago

Enter calculator name -

Amrstrong Number Calculator

Describe calculator functionality -

Checks whether a given number is armstrong number or not.

A number is thought of as an Armstrong number if the sum of its own digits raised to the power number of digits gives the number itself. For example, 0, 1, 153, 370, 371, 407

Under which category you wish to place it -

maskboyAvi commented 1 year ago

@SarthakKeshari I would like to work on this issue.