Skip to content

Instantly share code, notes, and snippets.

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