Skip to content

Portable C library to calculate integers and bitsets of arbitrary length

License

Notifications You must be signed in to change notification settings

mlafeldt/libbig_int

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libbig_int

Build Status

libbig_int is a portable C library to calculate integers and bitsets of arbitrary length. The sources were taken from the big_int PHP library by Alexander Valyalkin.

Installation

To build and install libbig_int, simply run:

mkdir build
cd build/
cmake ..
make
make install

Usage

Examples using libbig_int:

About

Portable C library to calculate integers and bitsets of arbitrary length

Resources

License

Stars

Watchers

Forks

Packages

No packages published