log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison 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
comparison
equal
deleted
inserted
replaced
1467:8fce85939259
1468:4d04cb89649b
1
fun main () =
2
let
3
val x = 0.001 * 50.0
4
in
5
return <xml><body>{[x]}</body></xml>
6
end