Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 30, 2020 00:53
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save parzibyte/0058472517eba32706dbb03f7b9e1ce4 to your computer and use it in GitHub Desktop.
double gradosARadianes(double grados)
{
return grados * PI / 180;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment