Skip to content

Devansh-Negi3839/BigInt-Implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

BigInt-Implementation

• C Language
• Implement ‘BigInt’ data type with the following operations for supporting numbers upto 1000 digits.\

• It supports the given operations:-

  o Addition of 2 BigInt numbers.
  o Subtraction between 2 BigInt numbers.
  o Multiplication of 2 BigInt numbers.
  o Division of BigInt by a long number
  o Modulo of 2 BigInt
  o The square root of a BigInt
  o Raise a BigInt to a power
  o Converting a simple integer to a BigInt.
  o Calculating the factorial of BigInt\

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages