Hi I want to round a vector, I want each element to round 0.1. how I do this?
round.(L, digits=1)
(If Iām not mistaken)