Index of /yak/cftalk/CODE

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]Makefile2007-03-17 07:06 1.1K 
[TXT]README.html2005-02-03 20:11 523  
[TXT]cf.c2005-02-01 15:07 690  
[ C ]cf.h2005-02-08 20:25 360  
[   ]cf.tgz2005-02-11 16:25 8.7KComplete code library
[TXT]cf_arith.c2007-03-17 07:06 4.1K 
[ C ]cf_arith.h2005-02-01 15:07 199  
[TXT]cf_float.c2005-02-01 15:07 651  
[ C ]cf_float.h2005-02-01 15:07 91  
[TXT]cf_holo.c2005-02-01 15:07 2.2K 
[ C ]cf_holo.h2005-02-01 15:07 120  
[TXT]cf_it.c2005-02-08 18:42 546  
[ C ]cf_it.h2005-02-08 18:38 105  
[TXT]cf_per.c2007-03-17 07:06 2.1K 
[ C ]cf_per.h2007-03-17 07:06 125  
[TXT]cf_rat.c2005-02-08 18:51 838  
[ C ]cf_rat.h2005-02-01 15:07 119  
[   ]cfper.i2005-02-08 18:50 33K 
[DOC]demo.12005-02-06 20:48 3.6K 
[   ]demo.pdf2005-02-08 02:49 43K 
[   ]demo.ps2005-02-08 02:47 12K 
[DOC]libcf.32007-03-17 07:06 8.0K 
[TXT]main.c2005-02-01 15:07 1.8K 
[TXT]surd.c2005-02-11 16:13 478  

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.

Mark Dominus