- 19 Dec, 2020 2 commits
-
-
Raymond Toy authored
-
Raymond Toy authored
To make it easier for users to select the oct readtable, require the use of named-readtables. We're using https://github.com/melisgl/named-readtables to implement the readtables. Thus use `(named-readtables:in-readtable oct:oct-readtable)` to set up the appropriate readtable to support #q. To go back to the standard table, use `(named-readtables:in-readtable :standard)`.
-
- 29 Nov, 2020 1 commit
-
-
Raymond Toy authored
Update code to work with sbcl: - Add implementation for `float-infinity-p` and friends. - Typos where `-` and `/` were used instead of `sub-qd` and `div-qd`. - Change a `defconstant +digits+` to use `defparameter`
-
- 28 Nov, 2020 1 commit
-
-
Raymond Toy authored
According to oct/oct#8 (comment 6913) there are some unexpected successes: ``` No unexpected failures. 3 unexpected successes: NET.COMMON-LISP.OCT::OCT.ATANH-BRANCH-NEG.1, NET.COMMON-LISP.OCT::OCT.ATANH-BRANCH-POS.1, NET.COMMON-LISP.OCT::OCT.ELLIPTIC-PI.N2.D-1. ``` Adjust the list of expected failures appropriately for ACL.
-
- 27 Nov, 2020 2 commits
-
-
Raymond Toy authored
- Create octi.asd to handle processing of the `oct-internal` functions. - Includes adding `octi-package.lisp`. - Rename `qd-package.lisp` to `oct-package.lisp` which better reflects what the file contains. - Update asd files for these changes.
-
Raymond Toy authored
-