Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 715 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 715 Bytes

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: