[PR #536] [MERGED] Modified code of misc/Factorial.c to accomodate larger numbers. #961

Closed
opened 2026-01-29 15:16:28 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/536
Author: @SSRam28
Created: 5/20/2020
Status: Merged
Merged: 5/20/2020
Merged by: @StepfenShawn

Base: masterHead: modified_factorials


📝 Commits (1)

  • cf696dd Modified code of misc/Factorial.c to accomodate larger numbers.

📊 Changes

1 file changed (+30 additions, -18 deletions)

View changed files

📝 misc/Factorial.c (+30 -18)

📄 Description

Changed Code for Factorial.c , extending its ability to calculate factorials for larger numbers.
Previous code threw out error for input of negative numbers for factorials, not it displays an apt message.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/536 **Author:** [@SSRam28](https://github.com/SSRam28) **Created:** 5/20/2020 **Status:** ✅ Merged **Merged:** 5/20/2020 **Merged by:** [@StepfenShawn](https://github.com/StepfenShawn) **Base:** `master` ← **Head:** `modified_factorials` --- ### 📝 Commits (1) - [`cf696dd`](https://github.com/TheAlgorithms/C/commit/cf696ddc6d946442e42a8d936602df9c081267f1) Modified code of misc/Factorial.c to accomodate larger numbers. ### 📊 Changes **1 file changed** (+30 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `misc/Factorial.c` (+30 -18) </details> ### 📄 Description Changed Code for Factorial.c , extending its ability to calculate factorials for larger numbers. Previous code threw out error for input of negative numbers for factorials, not it displays an apt message. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:16:28 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#961