Raymond Toy pushed to branch issue-459-more-accurate-dd-complex-div at cmucl / cmucl
Commits:
-
f2c487fd
by Raymond Toy at 2026-01-09T14:17:07-08:00
1 changed file:
Changes:
| ... | ... | @@ -38,6 +38,9 @@ public domain. |
| 38 | 38 | using Baudin and Smith's robust complex division algorithm
|
| 39 | 39 | with improvements by Patrick McGehearty.
|
| 40 | 40 | * #458: Spurious overflow in double-double-float multiply
|
| 41 | + * #459: Improve accuracy for division of complex
|
|
| 42 | + double-double-floats. The same algorithm is used here as
|
|
| 43 | + for #456.
|
|
| 41 | 44 | * Other changes:
|
| 42 | 45 | * Improvements to the PCL implementation of CLOS:
|
| 43 | 46 | * Changes to building procedure:
|