calc_convert
Convert numeric values between units of measurement, including length, weight, and temperature scales.
Instructions
Convert value between units (Pint). E.g. ('meter','foot'), ('kg','lb'), ('degC','degF').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| from_unit | Yes | ||
| to_unit | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |