Update maths/armstrong_number.rb

Co-authored-by: Jessica Kwok <60627484+jsca-kwok@users.noreply.github.com>
This commit is contained in:
Sahil Afrid Farookhi 2021-05-15 11:10:22 +05:30 committed by GitHub
parent 2ea39679fc
commit a5e3a0f2b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
# A ruby program to find a given number is armstrong number or not
# A ruby program to determine whether a given number is an Armstrong number
# Wiki url: https://en.wikipedia.org/wiki/Narcissistic_number
# other resources: https://pages.mtu.edu/~shene/COURSES/cs201/NOTES/chap04/arms.html