/[guile]/guile/workbook/bugs/format-and-small-floats
ViewVC logotype

Diff of /guile/workbook/bugs/format-and-small-floats

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mvo, Wed May 8 17:42:00 2002 UTC revision 1.2 by mvo, Wed May 8 20:21:54 2002 UTC
# Line 1  Line 1 
1  summary: ice-9 format fails for small floats and ~f or ~g  summary: ice-9 format fails for small floats and ~f or ~g
2  reported: "Nelson H. F. Beebe" <beebe@math.utah.edu>, 2002-05-05  reported: "Nelson H. F. Beebe" <beebe@math.utah.edu>, 2002-05-05
3    fixed: Marius Vollmer <mvo@zagadka.de>, 2002-05-08, guile-core, HEAD
4    
5  (use-modules (ice-9 format))  (use-modules (ice-9 format))
6  (format #t "~g~%" 1e-198)  (format #t "~g~%" 1e-198)
# Line 12  reported: "Nelson H. F. Beebe" <beebe@ma Line 13  reported: "Nelson H. F. Beebe" <beebe@ma
13  -| ABORT: (out-of-range)  -| ABORT: (out-of-range)
14    
15  A simple fix might be to increase format:fn-max.  A simple fix might be to increase format:fn-max.
16    
17    --
18    
19    Ok, format:fn-max is now 400.

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26