temperature_all
Convert a temperature value from any unit (Celsius, Fahrenheit, Kelvin, Rankine) to all other temperature units in one call.
Instructions
Convert a temperature from any unit to all other units (C, F, K, R).
Parameters:
value — Temperature value.
from_unit — Source unit: 'c', 'f', 'k', 'r'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| from_unit | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |