unit_conversion
Convert values between different units of measurement, such as inches to centimeters or Fahrenheit to Celsius.
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). |