Skip to content

Instantly share code, notes, and snippets.

@aamedina
Created June 23, 2014 14:22
Show Gist options
  • Select an option

  • Save aamedina/639bf74150f4e2580fcc to your computer and use it in GitHub Desktop.

Select an option

Save aamedina/639bf74150f4e2580fcc to your computer and use it in GitHub Desktop.
(let [flt (with-precision 6 (/ (bigdec n) 1))]
(if (> (.scale flt) 6)
(str (.setScale flt 6 java.math.RoundingMode/UP))
(str flt)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment