Skip to content

A C-based library that supports arithmetic operations with integers of arbitrary length

Notifications You must be signed in to change notification settings

tej-prash/Big-Int-Operations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

A C-based library that is capable of handling arithmetic operations on integers of arbitrary length. The following arithmetic operations have been implemented:

  1. Addition
  2. Subtraction
  3. Multiplication
  4. Divison
  5. Increment and Decrement
  6. Exponentiation

intal.c contains the implementation of the operations

intal.h is a header file that contains function prototypes of all the operations

About

A C-based library that supports arithmetic operations with integers of arbitrary length

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages