mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-13 13:54:36 +00:00
[PR #398] Create Large_Factorials.c #774
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?
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.