Skip to content

Instantly share code, notes, and snippets.

@andrevidela
Created January 7, 2019 14:17
Show Gist options
  • Save andrevidela/7318ce1e35f47066b07be8f066505491 to your computer and use it in GitHub Desktop.
Save andrevidela/7318ce1e35f47066b07be8f066505491 to your computer and use it in GitHub Desktop.
// 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