Skip to content

Instantly share code, notes, and snippets.

@antimatter15
Created August 21, 2016 23:50
Show Gist options
  • Save antimatter15/6bb2ec64176ac1559fec4455a6ec0611 to your computer and use it in GitHub Desktop.
Save antimatter15/6bb2ec64176ac1559fec4455a6ec0611 to your computer and use it in GitHub Desktop.
Slider
var fahrenheit = 72,
celsius = 5/9 * (fahrenheit - 32)
fahrenheit - celsius
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment