1
0
Fork 0

FPS2KT and KT2FPS added to Nasal/global.nas

This commit is contained in:
janodesbois 2013-10-25 23:48:03 +02:00
parent 6ce750d1ea
commit 5ce7d55342

View file

@ -14,6 +14,9 @@ var M2NM = 1 / NM2M;
var KT2MPS = 0.5144444444; # knots to m/s
var MPS2KT = 1 / KT2MPS;
var FPS2KT = 0.5924838012958964; # fps to knots
var KT2FPS = 1 / FPS2KT;
var LB2KG = 0.45359237; # pounds to kg
var KG2LB = 1 / LB2KG;