Created
June 29, 2014 16:53
-
-
Save kl0tl/720155c88e44c6aa45dc to your computer and use it in GitHub Desktop.
`Math.PI` shorthand
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
macro π { | |
rule {} => { Math.PI } | |
} | |
export π; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment