Unit conversion
convertFREE. Convert a value between units in the same dimension: length, mass, temperature, volume, data, time, area, speed, angle, pressure, energy. Deterministic. Args: value (number), from (unit), to (unit). e.g. {value:100, from:'c', to:'f'} or {value:1, from:'GiB', to:'MB'}. Different-dimension conversions 400.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target unit in the same dimension. | |
| from | Yes | Source unit, e.g. c, km, GiB, gal, kg. | |
| value | Yes | Numeric value to convert. |