Skip to content

Instantly share code, notes, and snippets.

@lsfalimis
Created July 23, 2014 22:46
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 lsfalimis/5e47ea695b7019d444f8 to your computer and use it in GitHub Desktop.
Save lsfalimis/5e47ea695b7019d444f8 to your computer and use it in GitHub Desktop.
unbiased rounding, or statistician's rounding, or bankers' rounding
set n to the clipboard
# the default option used is `rounding to nearest`
# four decimal
(round (n * 10000)) / 10000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment