conversion_celsius_to_fahrenheit
Converts a temperature value from Celsius to Fahrenheit. Provide the Celsius value to get the equivalent in Fahrenheit.
Instructions
Convert a temperature from Celsius to Fahrenheit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |