|
>
|
convert(77/1000, units, W/s, hp/hour);
|
| (1.1) |
>
|
convert(32, temperature, degF, degC);
|
| (1.2) |
>
|
convert([m/s, mph, km/h], conversion_table, output=grid);
|
| (1.3) |
>
|
convert(V/W, dimensions);
|
| (1.4) |
>
|
convert(127,system,m/s,FPS);
|
| (1.5) |
>
|
convert(127,units,m/s,ft/s);
|
| (1.6) |
|