]> gitweb.factorcode.org Git - factor.git/commit
first cut at floats
authorSlava Pestov <slava@factorcode.org>
Thu, 5 Aug 2004 20:49:55 +0000 (20:49 +0000)
committerSlava Pestov <slava@factorcode.org>
Thu, 5 Aug 2004 20:49:55 +0000 (20:49 +0000)
commite45fc3c0f0cf8f99efc96a6bb129fa7187f11a7e
tree7172c7eda62b8979dd658cf58074ad8ca4c76a93
parent3ad0b47e2dc7a8c6705deb8e9ebd7752cb0109e2
first cut at floats
21 files changed:
build.sh
library/test/math/rational.factor
native/arithmetic.c
native/arithmetic.h
native/array.c
native/bignum.c
native/bignum.h
native/factor.h
native/fixnum.c
native/fixnum.h
native/float.c [new file with mode: 0644]
native/float.h [new file with mode: 0644]
native/handle.c
native/ratio.c
native/ratio.h
native/sbuf.c
native/string.c
native/types.c
native/types.h
native/vector.c
native/word.c