```jl using Statistics, FixedPointNumbers julia> typeof(mean([(N0f8(.5)), (N0f8(.5))])) Float64 ``` Is this the intended behavior? I expected it would round to the nearest fixed-point number.