Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There is actually a way to do this; see here.

#define units
ft =  units.length.foot
m = units.length.meter
#add some lengths and output in ft
(3*ft + 4*m).convert(units.length.foot).polynomial(RR)

There is actually a way to do this; see here.

#define units
ft =  units.length.foot
m = units.length.meter
#add some lengths and output in ft
(3*ft + 4*m).convert(units.length.foot).polynomial(RR)

This returns

16.1233595800525*foot