Skip to content
Snippets Groups Projects
Commit 49d46273 authored by rtoy's avatar rtoy
Browse files

Fix typo in accurate-scale-exponent. Was not handling

double-double-float's.
parent 282219f5
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
;;; Carnegie Mellon University, and has been placed in the public domain.
;;;
(ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/format.lisp,v 1.76 2008/01/24 02:20:07 rtoy Exp $")
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/format.lisp,v 1.77 2008/01/28 22:58:43 rtoy Exp $")
;;;
;;; **********************************************************************
;;;
......@@ -1226,7 +1226,7 @@
(float x 1d0))
(double-float
x)
#+double-double-float
#+double-double
(double-double-float
(double-double-hi x)))))
(ceiling (- (the (double-float -400d0 400d0) (log xd 10d0))
......
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