Skip to content

Instantly share code, notes, and snippets.

@masfj
Created July 20, 2018 09:44
Show Gist options
  • Save masfj/d231a99521d046a7c3c95d0410faeb2c to your computer and use it in GitHub Desktop.
Save masfj/d231a99521d046a7c3c95d0410faeb2c to your computer and use it in GitHub Desktop.
;; to cent
(* 1200.0 (log value 2)) ;; value 0.5 2.0 4.0
;; from cent
(expt 2 (/ cent 1200.0)) ;; cent -1200 0 1200 2400
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment