17 comments (17 comments)0 reactions (0 reactions)0 assignees (0 assignees)Julia5,773 forks (5,773 forks)batch import
good first issuehelp wanted
Repository metrics
- Stars
- 48,709 stars (48,709 stars)
- PR merge metrics
- Avg merge 20d 6h (Avg merge 20d 6h)157 merged PRs in 30d (157 merged PRs in 30d)
Description
This is unfortunate:
julia> float32("1f0")
ERROR: ArgumentError("float32(String): invalid number format")
in float32 at string.jl:1567
Contributor guide
- Research direction
- Examine the float32 parsing implementation in base/parse.jl and add support for the 'f' exponent character (e.g., 1f0).
- Tech stack
- None
- Domain
- backend
- Issue type
- Bug
- Prerequisites
- Julia