Skip to content

Instantly share code, notes, and snippets.

@stevencch99
Created May 11, 2019 11:56
Show Gist options
  • Save stevencch99/7e776682c402de39f17caed0acde66cf to your computer and use it in GitHub Desktop.
Save stevencch99/7e776682c402de39f17caed0acde66cf to your computer and use it in GitHub Desktop.
double-then-square(x) = square(double(x))
double-then-square(2) = 16
double-then-square(3) = 36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment