Skip to content

Instantly share code, notes, and snippets.

@tempos21ios
Created April 15, 2013 06:53
Show Gist options
  • Save tempos21ios/5386210 to your computer and use it in GitHub Desktop.
Save tempos21ios/5386210 to your computer and use it in GitHub Desktop.
Grados a radianes
static inline double radians (double degrees) {return degrees * M_PI/180;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment