temperature_all
Convert any temperature value to Celsius, Fahrenheit, Kelvin, and Rankine units simultaneously. Specify source unit and value for instant multi-unit conversion.
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 |