Skip to content

Instantly share code, notes, and snippets.

@jlcampana
Created August 24, 2012 06:14
Show Gist options
  • Save jlcampana/3446424 to your computer and use it in GitHub Desktop.
Save jlcampana/3446424 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