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.
 
 
 
 
 
 
Anantha Kesari H Y 06e2fabc02 To include the NetWare config file 24 years ago
..
src To include the NetWare config file 24 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 At long last, import the bcmath library, by Phil Nelson 25 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.