Sign in
cue
/
cue
/
d5041a1df187609d00a1ba846d06a586eaa1f503
/
.
/
cmd
/
cue
/
cmd
/
testdata
/
script
/
issue749.txt
blob: 397c18145c5295c483615e939dce85237ece2175 [
file
] [
log
] [
blame
]
cue eval ./float.cue
cmp stderr expect-stderr
cmp stdout expect-stdout
-- float.cue --
import "strconv"
x : strconv.ParseFloat("3.14", 32)
y : strconv.ParseFloat("3.14", 64)
-- expect-stderr --
-- expect-stdout --
x: 3.140000104904175
y: 3.14