Name Date Size #Lines LOC

..05-Dec-2019-

src/H17-Dec-2019-

AUTHORSH A D05-Dec-201955 21

COPYING.LIBH A D05-Dec-201925.9 KiB

ChangeLogH A D05-Dec-2019294 106

FAQH A D05-Dec-2019900 2116

NEWSH A D05-Dec-201963 42

READMEH A D05-Dec-2019434 107

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