Skip to content

Instantly share code, notes, and snippets.

@yorkie
Created February 12, 2014 03:10
Show Gist options
  • Save yorkie/8949395 to your computer and use it in GitHub Desktop.
Save yorkie/8949395 to your computer and use it in GitHub Desktop.
#include <math.c>
int
computeDigit(int num) {
return 1+(int)log10((float)num);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment