Skip to content

Instantly share code, notes, and snippets.

@rschenk
Created May 7, 2012 18:29
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 rschenk/2629488 to your computer and use it in GitHub Desktop.
Save rschenk/2629488 to your computer and use it in GitHub Desktop.
if( (desiredInterval / [[timescaleIntervals objectAtIndex:(i-1)] doubleValue]) < ([[timescaleIntervals i] doubleValue] / desiredInterval) )
if desiredInterval / timescaleIntervals[i-1] < timescaleIntervals[i] / desiredInterval
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment