Created
August 11, 2011 18:57
-
-
Save legumbre/1140438 to your computer and use it in GitHub Desktop.
simplifying units with emacs calc
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
;; simplifying units with calc, ie 1.23e-10 s -> 123 ps | |
'1.23e-10s RET ;; algebraic input | |
s u ;; calc-simplify-units | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment