Factorial of large numbers using C
-
Updated
Aug 4, 2017 - C
Factorial of large numbers using C
2016년도 3학년 2학기 알고리즘
INTeger of Arbitary Length. A set of functions to handle really large numbers stored in the form of character arrays.
C code to add and multiply large integers using linked lists.
It is a library of nonnegative integer of arbitrary length(up to 1000 decimal digits) and supports operations like multiplication, addition, subtraction, etc of large numbers which by default is supported in languages like Python, Java and is missing in C.
Add a description, image, and links to the large-numbers topic page so that developers can more easily learn about it.
To associate your repository with the large-numbers topic, visit your repo's landing page and select "manage topics."