Created
May 11, 2019 11:56
-
-
Save stevencch99/7e776682c402de39f17caed0acde66cf 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
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