1
0
Fork 0

add NM2M and M2NM constants

This commit is contained in:
mfranz 2008-12-13 12:55:47 +00:00
parent a9a4fc67e0
commit 2be64792e1

View file

@ -13,6 +13,9 @@ var KG2LB = 1 / LB2KG;
var GAL2L = 3.785411784; # US gallons to liter
var L2GAL = 1 / GAL2L;
var NM2M = 1852; # nautical miles to meter
var M2NM = 1 / NM2M;
##
# Returns true if the first object is an instance of the second