convert_temperature
Convert temperature values between Celsius, Fahrenheit, and Kelvin using precise calculations for accurate unit transformations.
Instructions
Convert temperature between units.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
from_unit | Yes | Source unit | |
to_unit | Yes | Target unit | |
value | Yes | Temperature value to convert |