Skip to content

This is a Bigint Library written in c++ to work with large numbers in c++.

License

Notifications You must be signed in to change notification settings

amanizardar/BigINT-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

BigINT-Library

This is a Bigint Library written in c++ to work with large numbers in c++.

@Bigint Library in c++.

@Implemented using class.

@Supports Exponentiation, Factorial, GCD ,and Expession Evaluation of Large Numbers.

#Input Formet :

First line contains a number between 1 to 4

1 : For Exponentiation
2 : For GCD
3 : For Factorial 
4 : For Expression Evaluation (Calculator)

Second line Contains 2 Space seprated Numbers in case of Exponentiation(Base followed by Exponent) or

2 space seprated numbers in case of GCD or

1 number in case of Factorial or

A string containing numbers with operators in case of Expression Evaluation (Calculator).

About

This is a Bigint Library written in c++ to work with large numbers in c++.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages