Skip to content

Instantly share code, notes, and snippets.

@elbrujohalcon
Created December 7, 2016 01:19
Show Gist options
  • Select an option

  • Save elbrujohalcon/0da2fd24b7c02e5f1893c6e034e28e3e to your computer and use it in GitHub Desktop.

Select an option

Save elbrujohalcon/0da2fd24b7c02e5f1893c6e034e28e3e to your computer and use it in GitHub Desktop.
-module(temp).
-export([test/0]).
test() ->
100.0 = temp:f2c(212.0),
0.0 = temp:f2c(32.0),
ok.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment