MCPcopy Create free account
hub / github.com/diffbot/code-gpt-docs / celsius_to_fahrenheit

Function celsius_to_fahrenheit

src/testing/test.py:10–12  ·  view source on GitHub ↗
(celsius)

Source from the content-addressed store, hash-verified

8
9
10def celsius_to_fahrenheit(celsius):
11 fahrenheit = (celsius * 9/5) + 32
12 return fahrenheit

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected