Skip to content

Instantly share code, notes, and snippets.

@legumbre
Created August 11, 2011 18:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save legumbre/1140438 to your computer and use it in GitHub Desktop.
Save legumbre/1140438 to your computer and use it in GitHub Desktop.
simplifying units with emacs calc
;; 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