Skip to content

smnk107/playWithBigInteger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Big Integer in C language.

The maximum limit of unsigned long int in C/C++ is 18446744073709551615 , a 20 digit Number. While languages like Java supportsupport classes of Big Integer. C by default has no such support. This project aims to bring that support to the C language. Here we can handle numbers having digit upto 1000.

We can performs operations like:

1.Factorial of large numbers.

2.Large Fibonacci.

3.Multiplication of two large numbers.

4.Addition.

5.Subtraction.

6.Comparison of two numbers.

About

BigInteger Implementation in C language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages