JuliaLang/julia

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

Open

#5,690 opened on 2014年2月5日

GitHub で見る
 (17 comments) (0 reactions) (0 assignees)Julia (48,709 stars) (5,773 forks)batch import
good first issuehelp wanted

説明

This is unfortunate:

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

コントリビューターガイド

`parse` can't parse our own Float32 output format · JuliaLang/julia#5690 | Good First Issue