`FixedPointNumbers.floattype` seems inconsistent to `Base.float` ```julia julia> float(Int8) Float64 julia> floattype(Int8) Float32 ``` Should we update accordingly?
FixedPointNumbers.floattypeseems inconsistent toBase.floatShould we update accordingly?