JuliaLang/julia

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

オープン

#5,690 opened on 2014/02/05

 (17 件のコメント) (0 件のリアクション) (0 人の担当者)Julia (5,773 件のフォーク)batch import
good first issuehelp wanted

Repository metrics

Stars
 (48,709 個のスター)
PR merge metrics
 (平均マージ 20d 6h) (30d で 157 merged PRs)

説明

This is unfortunate:

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

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