Skip to content

Instantly share code, notes, and snippets.

@ibare
Created January 9, 2015 01:51
Show Gist options
  • Save ibare/67098dc5459334cc0148 to your computer and use it in GitHub Desktop.
Save ibare/67098dc5459334cc0148 to your computer and use it in GitHub Desktop.
function quarter(a) {
return div(a, 4);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment