Round vector Float64

Hi I want to round a vector, I want each element to round 0.1.
how I do this?

diff

round.(L, digits=1)

(If Iā€™m not mistaken)

4 Likes