This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

format ~F bug


Hi,

I found a bug in the 'format' procedure. It is very easy to reproduce:

> java -jar kawa-1.7.91.jar
#|kawa:1|# (format #t "~F~%" 0.6)
1.0
#|kawa:2|# (format #t "~F~%" 1.6)
1.6
#|kawa:3|# (format #t "~F~%" 0.7)
1.0
#|kawa:4|# (format #t "~F~%" 0.8)
0.8
#|kawa:5|# (format #t "~F~%" 0.71)
0.71
#|kawa:6|#

The same is true in Kawa 1.7.90. So there seems to be a problem only with
0.6 and 0.7... 

Dominique	



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]