This seems like a gotcha (indeed it caught us out when manipulating images): ```jl julia> x = N0f8(0.5) 0.502N0f8 julia> x + x 0.0N0f8 ```