Unit Conversions with AddUp 2

Conversions are easily done with AddUp. All you need to know is units you want to convert from, the unit you want to convert to, and the fact that the -> conversion operator is there for you. Convert one unit into another by typing a number and its unit, followed by the conversion operator, followed by the unit you wish to convert into. Alternatively, you can use the "convert" function to get the same result. The following table shows only a few possible examples, there are many more. Refer to the Units and Conversions section of the reference for details.

Conversion to perform AddUp expressions Result
Convert acres to hectares 10 acre -> hectare
convert(10; acre; hectare)
4.04686
Convert BTUs to calories 100 BTU -> calorie
convert(100; BTU; cal)
25,199.58
Convert calories to BTUs 100 calorie -> BTU
convert(100; cal; BTU)
0.39683
Convert Celsius to Fahrenheit 100 C -> F
convert(100; C; F)
212
Convert days to years 1001 day -> year
convert(1001; day; year)
2.74064
Convert degrees to radians 90 degree -> radian
convert(100; deg; rad)
1.5708
Convert Fahrenheit to Celsius 32 F -> C
convert(21; F; C)
0
Convert feet to meters 5 foot -> meter
convert(5; foot; meter)
1.524
Convert grams to ounces 25 gram -> oz
convert(25; gram; oz)
0.88185
Convert hectares to acres 10 hectare -> acre
convert(10; hectare; acre)
24.71054
Convert horsepowers to watts 15 hp -> watt
convert(15; hp; watt)
11,190
Convert imperial gallons to liters 2 gallon -> liter
2 gallon -> litre
convert(2; gallon; liter)
9.09218
Convert kilograms to pounds 8 kg -> lb
8 kilogram -> pound
convert(8; kg; lb)
17.63698
Convert kilometers to miles 50 km -> mile
50 kilometer -> mile
convert(50; km; mile)
31.06856
Convert kilometers per hour to miles per hour 100 kmh -> mph
convert(100; kmh; mph)
62.13712
Convert liters to imperial gallons 4 liter -> gallon
4 litre -> gallon
convert(4; liter; gallon)
0.87988
Convert meters to feet 5 meter -> foot
convert(5; meter; foot)
16.4042
Convert miles to kilometers 50 mile -> km
50 mile -> kilometer
convert(50; mile; km)
80.4672
Convert miles per hour to kilometers per hour 55 mpg -> kmh
convert(55; mph; kmh)
88.51392
Convert newtons to pound force 10 newton -> lbf
convert(10; newton; lbf)
2.24809
Convert ounces to grams 25 oz -> gram
25 ounce -> gram
convert(25; oz; gram)
708.73808
Convert pascals to PSI 20 pascal -> psi
convert(20; pascal; psi)
0.0029
Convert pound force to newtons 10 lbf -> newton
convert(10; lbf; newton)
44.48222
Convert pounds to kilograms 20 lb -> kg
20 pound -> kilogram
convert(20; kg; lb)
44.09245
Convert PSI to pascals 20 psi -> pascal
convert(20; psi; pascal)
137,895.15
Convert radians to degrees pi/2 radian -> degree
convert(pi/2; rad; deg)
90
Convert watts to horsepowers 1000 watt -> hp
convert(1000; watt; hp)
1.34048
Convert years to days 5 year -> day
convert(5; year; day)
1,826.2125