Skip to content

Instantly share code, notes, and snippets.

@kvanbere
Created December 15, 2017 10:12
Show Gist options
  • Save kvanbere/78f34ec5e7e6c1ada5b32474f9cd8c67 to your computer and use it in GitHub Desktop.
Save kvanbere/78f34ec5e7e6c1ada5b32474f9cd8c67 to your computer and use it in GitHub Desktop.
#define PI (3.1415)
double torad2(double n) {
return 180 / PI * n;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment