Skip to content

vlad-olteanu/longer-int

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

longer-int is a simple library that enables the creation and usage of integers of arbitrary length.

The library supports the following operations:

Arithmetic operations:

  • addition
  • subtraction
  • multiplication
  • division
  • exponentiation

Arithmetic modulo operations:

  • modulo multiplication
  • modulo exponentiation
  • actual modulo operation

Logical operations

  • value comparison
  • divisibility check

Bitwise operations:

  • shift right
  • shift left
  • bitwise or
  • bitwise and
  • bitwise xor
  • bitwise complementation

For usage examples refer to examples.c

About

An arbitrary length integer library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published