[PR #398] Create Large_Factorials.c #774

Open
opened 2026-01-29 15:15:09 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/TheAlgorithms/C/pull/398

State: closed
Merged: Yes


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.

**Original Pull Request:** https://github.com/TheAlgorithms/C/pull/398 **State:** closed **Merged:** Yes --- 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.
claunia added the pull-request label 2026-01-29 15:15:09 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#774