Skip to content

Instantly share code, notes, and snippets.

@atomjar
Created November 14, 2016 17:08
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 atomjar/39775a9d4168f23e647465ceffea13a3 to your computer and use it in GitHub Desktop.
Save atomjar/39775a9d4168f23e647465ceffea13a3 to your computer and use it in GitHub Desktop.
function CelsiusConverter (tempF) {
return (tempF - 32) / 1.8
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment