mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2026-07-21 06:04:49 +00:00
x
This commit is contained in:
@@ -753,8 +753,8 @@ UTILS.KnotsToKmph = function(knots)
|
||||
return knots * 1.852
|
||||
end
|
||||
|
||||
UTILS.KmphToKnots = function(knots)
|
||||
return knots / 1.852
|
||||
UTILS.KmphToKnots = function(kmph)
|
||||
return kmph / 1.852
|
||||
end
|
||||
|
||||
UTILS.KmphToMps = function( kmph )
|
||||
|
||||
Reference in New Issue
Block a user