Created
July 6, 2014 23:26
-
-
Save mohanrajendran/5e9b0d83b039f7c190ce to your computer and use it in GitHub Desktop.
SICP Exercise 1.2
This file contains 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
(/ (+ 5 4 (- 2 (- 3 (+ 6 (/ 4 5))))) | |
(* 3 (- 6 2) (- 2 7))) | |
; -37/150 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment