JuliaLang/julia
Ver no GitHub`parse` can't parse our own Float32 output format
Open
#5.690 aberto em 5 de fev. de 2014
good first issuehelp wanted
Métricas do repositório
- Stars
- (48.709 stars)
- Métricas de merge de PR
- (Mesclagem média 20d 6h) (157 fundiu PRs em 30d)
Description
This is unfortunate:
julia> float32("1f0")
ERROR: ArgumentError("float32(String): invalid number format")
in float32 at string.jl:1567