-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
The show method seems to to some rounding with particles in an array:
julia> [10000+i ± 0.5 for i=1:10:50]
5-element Array{Particles{Float64,2000},1}:
10000.0 ± 0.5
10000.0 ± 0.5
10000.0 ± 0.5
10000.0 ± 0.5
10000.0 ± 0.5
julia> ans[1]
Particles{Float64,2000}
10001.0 ± 0.5Is this intentional? If so, then it should take into account the significant digits according to the uncertainty.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels