JuliaMath / JuliaMath/FixedPointNumbers.jl

Inconsistent `floattype` result to `float`

Open
#127 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.