Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCristhofer Travieso <cristhofert97@gmail.com>2012-08-21 00:27:20 (GMT)
committer Cristhofer Travieso <cristhofert97@gmail.com>2012-08-21 00:27:20 (GMT)
commit632d914b11c82444b223a59b4610ab5a90f35beb (patch)
tree5b874f8cec0bce1fd38149f54f6f676948717c13
parent3e9c736652c7bdb684932795b0dcd3c58196e1a3 (diff)
Fixing values lenght
-rw-r--r--convert.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/convert.py b/convert.py
index be7b0ff..0c5785b 100644
--- a/convert.py
+++ b/convert.py
@@ -28,12 +28,13 @@ lenght = {'Meters[m]': (1, 1), 'Kilometers[km]': (1000, 0.001),
'Chains': (20.1, 0.0497512437811), 'Ell': (1.14, 0.877192982456),
'Ems(pica)': (0.00422, 236.966824645),
'Fathoms': (1.83, 0.546448087432),
- 'Foot': (0.3048, 3.28084), 'Furlongs': (201.0, 0.00497512437811),
- 'Hands': (0.1016, 9.84252), 'Inches[in]': (0.0254, 39.3700787402),
+ 'Foot': (0.3048, 3.280839895013123),
+ 'Furlongs': (201.0, 0.00497512437811),
+ 'Inches[in]': (0.0254, 39.3700787402),
'Micrometers': (0.000001, 1000000.0),
'Miles(international)': (1610.0, 0.000621118012422),
'Scandinavian mile': (10000, 0.0001),
- 'Thon': (0.000025, 39398.385827), 'Yards': (0.9144, 1.0944)
+ 'Yards': (0.914, 1.09409190372)
}
speed = {'Kilometers/Hour': (1, 1),