Skip to content

Commit

Permalink
Adjust REC MAX altitude
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueberryKing committed Nov 7, 2024
1 parent 5746318 commit e111f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fbw-a380x/src/systems/shared/src/OperatingAltitudes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export class A380AltitudeUtils {
*/
static calculateRecommendedMaxAltitude(gw: number, disa: number, round = 500) {
return MathUtils.round(
54344 -
52442 -
1.24194943e-2 * gw -
3.50813174e-8 * gw ** 2 -
53.7792269 * disa -
Expand Down

0 comments on commit e111f9d

Please sign in to comment.