Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | |||
cf_float.h | 2005-02-01 15:07 | 91 | ||
cf_it.h | 2005-02-08 18:38 | 105 | ||
cf_rat.h | 2005-02-01 15:07 | 119 | ||
cf_holo.h | 2005-02-01 15:07 | 120 | ||
cf_per.h | 2007-03-17 07:06 | 125 | ||
cf_arith.h | 2005-02-01 15:07 | 199 | ||
cf.h | 2005-02-08 20:25 | 360 | ||
surd.c | 2005-02-11 16:13 | 478 | ||
README.html | 2005-02-03 20:11 | 523 | ||
cf_it.c | 2005-02-08 18:42 | 546 | ||
cf_float.c | 2005-02-01 15:07 | 651 | ||
cf.c | 2005-02-01 15:07 | 690 | ||
cf_rat.c | 2005-02-08 18:51 | 838 | ||
Makefile | 2007-03-17 07:06 | 1.1K | ||
main.c | 2005-02-01 15:07 | 1.8K | ||
cf_per.c | 2007-03-17 07:06 | 2.1K | ||
cf_holo.c | 2005-02-01 15:07 | 2.2K | ||
demo.1 | 2005-02-06 20:48 | 3.6K | ||
cf_arith.c | 2007-03-17 07:06 | 4.1K | ||
libcf.3 | 2007-03-17 07:06 | 8.0K | ||
cf.tgz | 2005-02-11 16:25 | 8.7K | Complete code library | |
demo.ps | 2005-02-08 02:47 | 12K | ||
cfper.i | 2005-02-08 18:50 | 33K | ||
demo.pdf | 2005-02-08 02:49 | 43K | ||
The complete code package is cf.tgz.
Most of the code is designed to be compiled into a library called libcf.a. Documentation for this library is in libcf.3.The Gosper arithmetic algorithm itself is implemented in cf_arith.c.
main.c is code for a program that exercises the library; it is documented in demo.1.