Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created September 7, 2022 12:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/5d1350ecf305e25ae1611e6d2230b435 to your computer and use it in GitHub Desktop.
Save parzibyte/5d1350ecf305e25ae1611e6d2230b435 to your computer and use it in GitHub Desktop.
const gradosARadianes = (grados) => {
return grados * Math.PI / 180;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment