mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-15 05:55:08 +00:00
[PR #240] [MERGED] Update isArmstrong.c #531
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/240
Author: @travellers
Created: 7/7/2019
Status: ✅ Merged
Merged: 10/8/2019
Merged by: @ashwek
Base:
master← Head:patch-1📝 Commits (2)
c030fd1Update isArmstrong.c06ca515format code📊 Changes
1 file changed (+46 additions, -21 deletions)
View changed files
📝
misc/isArmstrong.c(+46 -21)📄 Description
Fix: only numbers which is between 99 and 1000 can be checked.
So, it can check if any positive number is armstrong number.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.