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.
 
 
 
 
 
 
Rob Richards 20296c625d MFH: point to valid config header 18 years ago
..
src MFH: point to valid config header 18 years ago
AUTHORS At long last, import the bcmath library, by Phil Nelson 25 years ago
COPYING.LIB At long last, import the bcmath library, by Phil Nelson 25 years ago
ChangeLog At long last, import the bcmath library, by Phil Nelson 25 years ago
FAQ At long last, import the bcmath library, by Phil Nelson 25 years ago
INSTALL At long last, import the bcmath library, by Phil Nelson 25 years ago
Makefile.am At long last, import the bcmath library, by Phil Nelson 25 years ago
NEWS At long last, import the bcmath library, by Phil Nelson 25 years ago
README At long last, import the bcmath library, by Phil Nelson 25 years ago
acconfig.h At long last, import the bcmath library, by Phil Nelson 25 years ago
aclocal.m4 MFB_4_3: Quote macro names in AC_DEFUN() 21 years ago
config.h.in At long last, import the bcmath library, by Phil Nelson 25 years ago
configure At long last, import the bcmath library, by Phil Nelson 25 years ago
configure.in At long last, import the bcmath library, by Phil Nelson 25 years ago
install-sh At long last, import the bcmath library, by Phil Nelson 25 years ago
missing At long last, import the bcmath library, by Phil Nelson 25 years ago
mkinstalldirs At long last, import the bcmath library, by Phil Nelson 25 years ago

README

This is bcmath, a library of arbitrary precision math routines.
These routines, in a different form, are the routines that to
the arbitrary precision calculations for GNU bc and GNU dc.

This library is provided to make these routines useful in a
larger context with less restrictions on the use of them.

These routines do not duplicate functionality of the GNU gmp
library. gmp is similar, but the actual computation is different.