Skip to content

jopadan/ilogxi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Logarithm with integer arguments written in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published