Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobTillaart/Arduino
/ Fahrenheit
Function
Fahrenheit
libraries/Temperature/temperature.cpp:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
10
11
float Fahrenheit(float celsius)
12
{
13
return 1.8 * celsius + 32; // 5.0 / 9.0 = 1.8
14
}
15
16
17
float Celsius(float Fahrenheit)
Callers
2
heatIndexC
Function · 0.85
unittest
Function · 0.85
Calls
no outgoing calls
Tested by
1
unittest
Function · 0.68