|
|
|
Conversions are easily done using AddUp's novel conversion operator. Type in the quantity and the unit you want to convert from, the "->" operator and the unit you want to convert to. It could hardly be easier!

Alternatively, you can use the "convert" function to get the same result.
The following shows a few possible conversion examples. AddUp recognizes so many units that you can probably just type in the one you need and it will be understood. You can also refer to the Units and Conversions section of the help file for more details.
10 acres -> hectares = 4.04686
convert(10; hectares; acres) = 24.710538
10 BTU -> calories = 2,519.9576
convert(1000; calories; BTUs) = 3.9683207
100 Celsius -> Fahrenheit = 212
convert(32; Fahrenheit; Celsius) = 0
1000 days -> years = 2.737907
convert(2 1/2; years; days) = 913.10625
90 degrees -> radians = 1.5707963
convert(pi; radians; degrees) = 180
10 feet -> meters = 3.048
convert(10; meters; feet) = 32.808399
100 grams -> ounces = 3.5273962
convert(10; ounces; grams) = 283.49523
1000 watts -> horsepowers = 1.3410221
convert(10; horsepowers; watts) = 7,456.9987
10 litres -> usGallons = 2.6417205
convert(2; usGallons; liters) = 7.5708236
10 pounds -> kilograms = 4.5359237
convert(2; kilograms; pounds) = 4.4092452
10 miles -> kilometers = 16.09344
convert(10; kilometers; miles) = 6.2137119
10 mph -> kph = 16.09344
convert(10; kph; mph) = 6.2137119
10 newtons -> lbf = 2.2480894
convert(10; lbf; newtons) = 44.482216
10 psi -> pascals = 68,947.573
convert(10; pascals; psi) = 0.0014504