Changes

Jump to navigation Jump to search
4 bytes removed ,  13:18, 14 June 2016
Line 24: Line 24:     
Notice that if a already had a unit, it will be appropriately converted using the units. If it did not have units inherently, it will simply be given the units.
 
Notice that if a already had a unit, it will be appropriately converted using the units. If it did not have units inherently, it will simply be given the units.
$> a=1
+
 
 +
 
 +
a=1
 +
 
 
1
 
1
$> a<>cm;
+
 
 +
a<>cm;
 +
 
 
1 cm.
 
1 cm.
   −
$> a=1m;
+
a=1m;
 +
 
 
1 m.
 
1 m.
$> a<>cm;
+
 
 +
a<>cm;
 +
 
 
100 cm.
 
100 cm.
  
2,824

edits

Navigation menu