added libtomfloat-0.010.01
commit6c3b48ab81272291f481f23d6c92b114d5bd0a77
authorTom St Denis <tomstdenis@gmail.com>
Wed, 5 May 2004 20:37:53 +0000 (5 20:37 +0000)
committerSteffen Jaeckel <jaeckel@stzedn.de>
Tue, 19 Oct 2010 18:07:04 +0000 (19 20:07 +0200)
tree369879ffc57ed8531c436a0ab079d51f90716de4
added libtomfloat-0.01
64 files changed:
LICENSE [new file with mode: 0644]
TODO [new file with mode: 0644]
WARNING [new file with mode: 0644]
changes.txt [new file with mode: 0644]
demos/ex1.c [new file with mode: 0644]
float.ilg [new file with mode: 0644]
float.ind [new file with mode: 0644]
float.pdf [new file with mode: 0644]
float.tex [new file with mode: 0644]
makefile [new file with mode: 0644]
mpf_abs.c [new file with mode: 0644]
mpf_acos.c [new file with mode: 0644]
mpf_add.c [new file with mode: 0644]
mpf_add_d.c [new file with mode: 0644]
mpf_asin.c [new file with mode: 0644]
mpf_atan.c [new file with mode: 0644]
mpf_clear.c [new file with mode: 0644]
mpf_clear_multi.c [new file with mode: 0644]
mpf_cmp.c [new file with mode: 0644]
mpf_cmp_d.c [new file with mode: 0644]
mpf_const_0.c [new file with mode: 0644]
mpf_const_1pi.c [new file with mode: 0644]
mpf_const_1r2.c [new file with mode: 0644]
mpf_const_2pi.c [new file with mode: 0644]
mpf_const_2rpi.c [new file with mode: 0644]
mpf_const_d.c [new file with mode: 0644]
mpf_const_e.c [new file with mode: 0644]
mpf_const_l10e.c [new file with mode: 0644]
mpf_const_l2e.c [new file with mode: 0644]
mpf_const_le2.c [new file with mode: 0644]
mpf_const_ln_d.c [new file with mode: 0644]
mpf_const_pi.c [new file with mode: 0644]
mpf_const_pi2.c [new file with mode: 0644]
mpf_const_pi4.c [new file with mode: 0644]
mpf_const_r2.c [new file with mode: 0644]
mpf_const_sqrt_d.c [new file with mode: 0644]
mpf_copy.c [new file with mode: 0644]
mpf_cos.c [new file with mode: 0644]
mpf_div.c [new file with mode: 0644]
mpf_div_2.c [new file with mode: 0644]
mpf_div_d.c [new file with mode: 0644]
mpf_exch.c [new file with mode: 0644]
mpf_exp.c [new file with mode: 0644]
mpf_init.c [new file with mode: 0644]
mpf_init_copy.c [new file with mode: 0644]
mpf_init_multi.c [new file with mode: 0644]
mpf_inv.c [new file with mode: 0644]
mpf_invsqrt.c [new file with mode: 0644]
mpf_iterations.c [new file with mode: 0644]
mpf_ln.c [new file with mode: 0644]
mpf_mul.c [new file with mode: 0644]
mpf_mul_2.c [new file with mode: 0644]
mpf_mul_d.c [new file with mode: 0644]
mpf_neg.c [new file with mode: 0644]
mpf_normalize.c [new file with mode: 0644]
mpf_normalize_to.c [new file with mode: 0644]
mpf_pow.c [new file with mode: 0644]
mpf_sin.c [new file with mode: 0644]
mpf_sqr.c [new file with mode: 0644]
mpf_sqrt.c [new file with mode: 0644]
mpf_sub.c [new file with mode: 0644]
mpf_sub_d.c [new file with mode: 0644]
mpf_tan.c [new file with mode: 0644]
tomfloat.h [new file with mode: 0644]