I am new to Swift, and have just been playing around with some tutorials. I decided to try modifying the results of one of them by using the round function, but found that you couldn't specify 2 decimal places, so I needed to use the formula round(100 * x) / 100. I decided to try to overload the round function with the following code: I am new to Swift, and have just been playing a