- 01 Jun, 2020 1 commit
-
-
Raymond Toy authored
Still need the special case for real args to get the right branch cuts. Haven't yet figured out why the current code doesn't work when the arg is a pure real. Soemthing to do with computing y, but not sure how to get that to work out without doing just explicitly checking for real args. In that case, it's just much easier to change the arg to have the correct imaginary component to make it continuous with the desired quadrant.
-
- 24 May, 2020 2 commits
-
-
Raymond Toy authored
Conclusion: on the branch cuts, acosh is continuous with quadrant I for 9 <= x < 1 and with quadrant II for x < -1. This, of course, is consistent with Kahan's coutner-clowkwise continuity principla.
-
Raymond Toy authored
Conclusion: atanh is continuous with quadrant Iv for x > 1 and quadrant II for x < -1. This, of course, is consistent with Kahan's coutner-clowkwise continuity principla.
-
- 23 May, 2020 1 commit
-
-
Raymond Toy authored
We derive formulas for the values of acos(x) for x > 1 and x < -1 and show that for x > 1, acos is continuous with quadrant IV and for x < -1, acos is continuous with quadrant II. This matches Kahan's counter-clockwise countinuity for values on the branch cuts.
-
- 22 May, 2020 1 commit
-
-
Raymond Toy authored
The branch cuts for acos and atanh are now continuous with quadrant IV for x > 1 and quadrant II for x < -1. More work needed on the asin and acosh.
-
- 28 Mar, 2020 1 commit
-
-
Raymond Toy authored
The snapshot has been release so use the latest snapshot to run the CI.
-
- 25 Mar, 2020 2 commits
-
-
Raymond Toy authored
Fix #82: Replace bc with expr Closes #82 See merge request !50
-
Raymond Toy authored
`expr` is more commonly installed than `bc` so reduce the number of required dependencies and just use `expr`.
-
- 22 Mar, 2020 1 commit
-
-
Raymond Toy authored
-
- 17 Mar, 2020 2 commits
-
-
Raymond Toy authored
Fix #77: Add tests for sqrt of exceptional values Closes #77 See merge request !49
-
Raymond Toy authored
Add tests for the test cases listed in the bug. Cmucl currently passes with no additional changes.
-
- 08 Mar, 2020 2 commits
-
-
Raymond Toy authored
Eric Marsden wrote some useful utilities long ago. Let's add them to the contrib directory so that we have our own copy of them instead of depending on emarsden.chez.com/downloads. We're adding: * cpc - CPU Performance Counters for Solaris * ssl-cmucl - interface to SSL streams * tcp-forwarder - TCP forwarder to redirect TCP connections to another port on another machine * xml-rpc - Port of Chris Double's xml-rpc client to Cmucl
- 18 Feb, 2020 5 commits
-
-
Raymond Toy authored
Issue #80 is fixed.
-
Raymond Toy authored
Fix #80: Convert contribs to use ASDF to load Closes #80 See merge request !47
-
Raymond Toy authored
As it says, convert contribs to use ASDF to load them if possible. Many contribs already had an asd file so we basically just had to rename foo.asd to contrib-foo.asd to keep backward compatibility with the old contrib names. (And update the defsystem name to match.) Added an asd file for packed-sse2. Unix doesn't work, so it's left alone for now.
-
Raymond Toy authored
Fix #79: Autoload ASDF in REQUIRE Closes #79 See merge request !46
-
Raymond Toy authored
When `REQUIRE` is called, autoload ASDF if it hasn't already been loaded. User's no longer have to load asdf explicitly anymore. Update release notes.
-
- 17 Feb, 2020 1 commit
-
-
Raymond Toy authored
-
- 16 Feb, 2020 1 commit
-
-
Raymond Toy authored
-
- 12 Aug, 2019 1 commit
-
-
Raymond Toy authored
We're not using the fedora docker anymore (because I can't get it to work anymore and don't remember how I got it to work to begin with). Thus, use the fedora shell executor to run CI so we don't need the image or to wget lots of stuff because it's already installed.
-
- 29 May, 2019 3 commits
-
-
Raymond Toy authored
[skip ci]
-
Raymond Toy authored
This reverts commit 4dbd847a. release-21d.md was erroneously modified. It should have been done to release-21e.md, a new file. We've already released 21d.
-
Raymond Toy authored
This reverts commit 1ca3f155.
-
- 28 May, 2019 2 commits
-
-
Raymond Toy authored
[skip ci]
-
Raymond Toy authored
* Update to ASDF 3.3.3 * Note that gcc -O1 can build cmucl now for gcc 8.1.1 and later. * Added x86_linux_clang to build cmucl with clang on linux
-
- 17 Apr, 2019 3 commits
-
-
Raymond Toy authored
-
Raymond Toy authored
Fix #68: Use -O1 when compiling with gcc now Closes #68 See merge request !45
-
Raymond Toy authored
As reported gcc 8.1.1 can't produce a working lisp. gcc 8.3.1 also fails. But as reported on cmucl-imp, 2019-04-08, by Juan Pablo Hierro Alverez, -O1 works. Use -O1.
-
- 17 Dec, 2018 2 commits
-
-
Raymond Toy authored
Fix #73: Update clx from upstream clx Closes #73 See merge request !44
-
Raymond Toy authored
-
- 10 Dec, 2018 3 commits
-
-
Raymond Toy authored
-
Raymond Toy authored
-
Raymond Toy authored
Initial conversion of BUILDING to markdown.
-
- 08 Dec, 2018 2 commits
-
-
Raymond Toy authored
Update version numbers for 21d. See merge request !43
-
Raymond Toy authored
-
- 06 Dec, 2018 2 commits
-
-
Raymond Toy authored
Fix #71: More info from machine-type/version on x86 Closes #71 See merge request !42
-
Raymond Toy authored
-
- 12 Oct, 2018 2 commits
-
-
Raymond Toy authored
-
Raymond Toy authored
-