First time here? Check out the FAQ!
answered 2012-05-20 19:19:19 +0100
It is better to write the units to convert in decimal form
#define units ft = units.length.foot m = units.length.meter #add some lengths and output in ft (3.0*ft+4.0*m).convert(units.length.foot)