unit_conversion
Convert values between units like inches to centimeters or Fahrenheit to Celsius. Input the value with its unit and the desired target unit to receive the converted result.
Instructions
Convert between units. Example: convert '5 inches to cm' or '100 fahrenheit to celsius'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Value with unit (e.g., '5 inches', '100 km/h') | |
| target_unit | Yes | Target unit to convert to (e.g., 'cm', 'mi/h'). Use compound forms like 'mi/h' / 'km/h' for speed; 'mph'/'kph'/'knot' are not recognized (same as mathjs). |