Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created April 28, 2020 05:14
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/682618e042dae0693e2af56f0789d58e to your computer and use it in GitHub Desktop.
Save parzibyte/682618e042dae0693e2af56f0789d58e to your computer and use it in GitHub Desktop.
public static 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