Name Date Size #Lines LOC

..05-Dec-2019-

src/H05-Dec-2019-

AUTHORSH A D05-Dec-201957 41

COPYING.LIBH A D05-Dec-201925.9 KiB

ChangeLogH A D05-Dec-2019295 116

FAQH A D05-Dec-2019902 2216

INSTALLH A D05-Dec-2019200 106

Makefile.amH A D05-Dec-2019292 137

NEWSH A D05-Dec-201963 42

READMEH A D05-Dec-2019434 107

acconfig.hH A D05-Dec-2019170 103

aclocal.m4H A D05-Dec-20194.3 KiB128113

config.h.inH A D05-Dec-2019996 4227

configureH A D05-Dec-201957.6 KiB1,8601,475

configure.inH A D05-Dec-2019397 1913

install-shH A D05-Dec-20194.7 KiB239152

missingH A D05-Dec-20194.5 KiB13599

mkinstalldirsH A D05-Dec-2019730 3721

README

1This is bcmath, a library of arbitrary precision math routines.
2These routines, in a different form, are the routines that to
3the arbitrary precision calculations for GNU bc and GNU dc.
4
5This library is provided to make these routines useful in a
6larger context with less restrictions on the use of them.
7
8These routines do not duplicate functionality of the GNU gmp
9library.  gmp is similar, but the actual computation is different.
10