An implementation of Unix dc and POSIX bc with GNU and BSD extensions. Finished, but well-maintained.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
includedir=%%INCLUDEDIR%% |
|
libdir=%%LIBDIR%% |
|
|
|
Name: bcl |
|
Description: Implemention of arbitrary-precision math from the bc calculator. |
|
Version: %%VERSION%% |
|
Cflags: -I${includedir} |
|
Libs: -L${libdir} -lbcl
|
|
|