mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-07-21 00:15:09 +00:00
[PR #536] [MERGED] Modified code of misc/Factorial.c to accomodate larger numbers. #961
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/536
Author: @SSRam28
Created: 5/20/2020
Status: ✅ Merged
Merged: 5/20/2020
Merged by: @StepfenShawn
Base:
master← Head:modified_factorials📝 Commits (1)
cf696ddModified 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.