Content deleted Content added
Andy M. Wang (talk | contribs) think I got it |
Andy M. Wang (talk | contribs) got it |
||
Line 18:
}
altitude = altitude or 0
math.floor(altitude / 5000 + ((altitude < 0) and 0.4998 or 0.5)))) return mach_table[scale + 4] * 0.44704 .. '|' .. scale .. '|' .. altitude -- mph converted to m/s
end
|