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 (48,709 stars) (5,773 forks)batch import
good first issuehelp wanted

Description

This is unfortunate:

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

Contributor guide