Skip to content

Instantly share code, notes, and snippets.

@kouddy
Created March 28, 2015 17:12
Show Gist options
  • Save kouddy/3045abdc5c8db8f5ba7e to your computer and use it in GitHub Desktop.
Save kouddy/3045abdc5c8db8f5ba7e to your computer and use it in GitHub Desktop.
(mul-interval (make-interval 1 2) (make-interval 1 2)) ;;;'(1 . 4)
(mul-interval (make-interval 2 3) (make-interval 2 3)) ;;;'(4 . 9)
(mul-interval (make-interval 3 4) (make-interval 3 4)) ;;;'(9 . 16)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment