log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
annotate tests/float.ur @ 1468:4d04cb89649b
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Proper C pretty-printing of floats in scientific notation
author
Adam Chlipala <adam@chlipala.net>
date
Tue, 31 May 2011 07:44:52 -0400
parents
children
rev
line source
adam@1468
1
fun main () =
adam@1468
2
let
adam@1468
3
val x = 0.001 * 50.0
adam@1468
4
in
adam@1468
5
return <xml><body>{[x]}</body></xml>
adam@1468
6
end