JuliaMath / JuliaMath/FixedPointNumbers.jl
Inconsistent `floattype` result to `float`
Open
- Dominant language
- Julia
- Stars
- 95
- Forks
- 38
- Avg merge
- 13m
- Merged PRs (30d)
- 2
Description
`FixedPointNumbers.floattype` seems inconsistent to `Base.float`
```julia
julia> float(Int8)
Float64
julia> floattype(Int8)
Float32
```
Should we update accordingly?
Contributor guide
Assessment
This issue has not been assessed yet.