Last active
January 7, 2019 14:41
-
-
Save andrevidela/0f50f60e9ae62086fc9040fb0343c91d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let x = Vector(fst: 1, snd: 0) | |
let y = Vector(fst: 0, snd: 1) | |
let xy = x + y | |
xy | |
3 ◊ xy | |
xy.magSquare |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment