Created
January 7, 2019 14:17
-
-
Save andrevidela/7318ce1e35f47066b07be8f066505491 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
// 3²x² + 5² | |
let quadPlus = Quadratic(x²: 3 ^^ 2, x: 30, c: 5 ^^ 2) | |
linearPlus ** linearPlus == quadPlus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment