JuliaLang/julia

`parse` can't parse our own Float32 output format

Open

#5,690 opened on Feb 5, 2014

View on GitHub
 (17 comments) (0 reactions) (0 assignees)Julia (5,773 forks)batch import
good first issuehelp wanted

Repository metrics

Stars
 (48,709 stars)
PR merge metrics
 (Avg merge 20d 6h) (157 merged PRs in 30d)

Description

This is unfortunate:

julia> float32("1f0")
ERROR: ArgumentError("float32(String): invalid number format")
 in float32 at string.jl:1567

Contributor guide