Skip to content
Snippets Groups Projects
Commit 6c86016d authored by Raymond Toy's avatar Raymond Toy
Browse files

Add comment.

parent 2482e5f0
No related branches found
No related tags found
No related merge requests found
...@@ -1051,6 +1051,8 @@ ...@@ -1051,6 +1051,8 @@
(coerce x ',type)) (coerce x ',type))
#+double-double #+double-double
((double-double-float) ((double-double-float)
;; Convert the double-double to a double before
;; coercing to the appropriate type.
(coerce (+ (double-double-hi x) (coerce (+ (double-double-hi x)
(double-double-lo x)) (double-double-lo x))
',type)) ',type))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment