Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 5, 2019 18:36
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/678f896e160137f26d42a2aadf66d6cb to your computer and use it in GitHub Desktop.
Save parzibyte/678f896e160137f26d42a2aadf66d6cb to your computer and use it in GitHub Desktop.
float fahrenheitACelsius(float fahrenheit) {
return (fahrenheit - 32) / 1.8f;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment