Hi Lucas, Looks great! > > How about overloading the ± operator? > using Measurements > > ±(μ, σ) = Measurement(μ, σ) > # => ± (generic function with 1 method) > > a = 4.5 ± 0.1 > # 4.5 ± 0.1 > > > I don't know if it's defined in other packages, but I've never seen it. >
This is a great idea, that's why I love Julia ;-) Thanks a lot for your suggestion, I already implemented it with latest commit! Bye, Mosè
