unit_convert
Convert values between units across 14 categories such as length, area, volume, speed, pressure, and temperature. Provide category, value, source unit, and target unit to get the result.
Instructions
单位换算。category 可选:length(长度:km/m/dm/cm/mm/um/nm/mile/yd/ft/inch/nmi/li/zhang/chi/cun);area(面积:km2/m2/dm2/cm2/mm2/ha/mu/acre/ft2/inch2/yd2);volume(体积容量:m3/dm3/cm3/L/mL/hL/dL/cL/barrel/gal_us/gal_uk/qt_us/pint_us/ft3/in3);speed(速度:m/s/km/h/mph/knot/ft/s/mach/c);pressure(压力:Pa/kPa/MPa/hPa/bar/mbar/atm/kgf_cm2/mmHg/torr/psi/mmH2O);power(功率:W/kW/MW/hp/ps/kcal_s/J/s/N·m/s);heat(热量:J/kJ/cal/kcal/kWh/Btu);force(力:N/kN/kgf/dyn/lbf);time(时间:ms/s/min/h/day/week/year/month);data(数据大小:bit/B/KB/MB/GB/TB/KiB/MiB/GiB);angle(角度:deg/rad/grad/arcmin/arcsec/mil/turn);density(密度:g/cm3/kg/m3/g/L/kg/dm3/g/mL/lb/ft3);temperature(温度:C/F/K/R/Re)。温度单位:C=摄氏度 F=华氏度 K=开氏度 R=兰氏度 Re=列氏度
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | 目标单位 | |
| from | Yes | 源单位 | |
| value | Yes | ||
| category | Yes | 单位类别 |