JuliaLang/julia

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

开放

#5,690 创建于 2014年2月5日

 (17 条评论) (0 个反应) (0 位负责人)Julia (5,773 个派生)batch import
good first issuehelp wanted

仓库指标

星标
 (48,709 个星标)
PR 合并指标
 (平均合并 20天 6小时) (30 天内合并 157 个 PR)

描述

This is unfortunate:

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

贡献者指南