Skip to content

Instantly share code, notes, and snippets.

@JunichiIto
Created May 3, 2014 18:39
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 JunichiIto/a87fe61c4f28e3268804 to your computer and use it in GitHub Desktop.
Save JunichiIto/a87fe61c4f28e3268804 to your computer and use it in GitHub Desktop.
(define (total_count_for amount)
(+ amount (/ (abs (pred amount)) 2)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment