mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-13 13:54:36 +00:00
[PR #398] [MERGED] Create Large_Factorials.c #771
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/398
Author: @ghost
Created: 10/10/2019
Status: ✅ Merged
Merged: 11/5/2019
Merged by: @ashwek
Base:
master← Head:patch-1📝 Commits (2)
b7aaa56Create Large_Factorials.c3e56d9fadd printf statement + format code📊 Changes
1 file changed (+44 additions, -0 deletions)
View changed files
➕
misc/Large_Factorials.c(+44 -0)📄 Description
Algorithm for calculation of very large factorials (till 5000! in this case). The code overcomes the problem that we do not have a large enough data type to store such large numbers.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.