add NM2M and M2NM constants
This commit is contained in:
parent
a9a4fc67e0
commit
2be64792e1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue