Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 283 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 283 Bytes

ilogxi

Logarithm with integer arguments written in C

Build

make install

Usage

#include <ilogxi.h>

/* C++ */
ilogx<intmax_t>(INTEGER,BASE);

/* C */
ilogximax(INTEGER,BASE);
./ilogxi-test-cpp INTEGER [BASE]
./ilogxi-test-c   INTEGER [BASE]