Skip to content

Chapter 3.4 — Typo in speed formula #1786

Description

@marbadjie

The book shows the formula for flight speed (in mph) as:

speed = distance / air_time * 60

Though it should be

speed = distance / (air_time / 60)

to calculate the speed in mph since air_time is in minutes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions