Created
March 14, 2012 14:12
-
-
Save martintrojer/2036735 to your computer and use it in GitHub Desktop.
frinj examples
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
user=> (use 'frinj.repl) | |
user=> (str (fj 10 :thousand :SEK :to :GBP)) ;; standard currency conversion | |
"937.1075201531269 [dimensionless]" | |
user=> (str (fj :Gold :per :Silver)) ;; Gold vs Silver price | |
"49.95612708018155 [dimensionless]" | |
user=> (str (fj :Milk)) | |
"0.3659673552268969 dollar kg^-1 [price_per_mass]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment