Implement the [`hypot`](https://en.wikipedia.org/wiki/Hypot) function in a similar manner to the already-existing `arctan2` function. Can be used for calculating magnitudes of resultant vectors given components (e.g. wind speed).