Skip to content

Instantly share code, notes, and snippets.

@kmaglione
Created April 8, 2015 20:49
Show Gist options
  • Save kmaglione/3aba2cd5bfd4137b0abf to your computer and use it in GitHub Desktop.
Save kmaglione/3aba2cd5bfd4137b0abf to your computer and use it in GitHub Desktop.
#include <math.h>
int foo(unsigned int n, int m) { return n / (unsigned)pow(2, m); }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment