added oct package for long-long arith
commita0a86a5f1e77126ea452edbdea9a609fde4a0366
authorAJ Rossini <blindglobe@gmail.com>
Tue, 28 Aug 2007 13:03:39 +0000 (28 15:03 +0200)
committerAJ Rossini <blindglobe@gmail.com>
Tue, 28 Aug 2007 13:03:39 +0000 (28 15:03 +0200)
treead7f8d33a6c545f30a4c8b3f1fd2ed53485ad569
parent93f3939941c0fcd44141e5d3633af06c5091d14b
added oct package for long-long arith
21 files changed:
external/oct/.cvsignore [new file with mode: 0644]
external/oct/LICENSE [new file with mode: 0644]
external/oct/branch-test.lisp [new file with mode: 0644]
external/oct/oct-test.system [new file with mode: 0644]
external/oct/oct.system [new file with mode: 0644]
external/oct/qd-class.lisp [new file with mode: 0644]
external/oct/qd-complex.lisp [new file with mode: 0644]
external/oct/qd-const.lisp [new file with mode: 0644]
external/oct/qd-dd.lisp [new file with mode: 0644]
external/oct/qd-extra.lisp [new file with mode: 0644]
external/oct/qd-format.lisp [new file with mode: 0644]
external/oct/qd-fun.lisp [new file with mode: 0644]
external/oct/qd-io.lisp [new file with mode: 0644]
external/oct/qd-methods.lisp [new file with mode: 0644]
external/oct/qd-package.lisp [new file with mode: 0644]
external/oct/qd-rep.lisp [new file with mode: 0644]
external/oct/qd-test.lisp [new file with mode: 0644]
external/oct/qd.lisp [new file with mode: 0644]
external/oct/rt-tests.lisp [new file with mode: 0644]
external/oct/tests.lisp [new file with mode: 0644]
external/oct/timing.lisp [new file with mode: 0644]