Created
October 2, 2011 04:44
-
-
Save ahmadajmi/1257061 to your computer and use it in GitHub Desktop.
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
__ | |
| r if r > 0 # This construct is called a case analysis | |
| | |
|__ 0 if r = 0 | |
|R| = | | |
| | |
|__ -r if r < 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment