``` Vector a = Vector.row([5, 4.5]); Vector b = Vector.row([1.2, 3.5]); Vector r = a + b; r.magnitude() ``` **'magnitude' is deprecated and shouldn't be used. Try replacing the use of the deprecated member with the replacement.**