Skip to content

Conversation

@XePeleato
Copy link
Contributor

Actual algorithm does not work properly for negative values.

For example, if we input the value -54'15":

  • In the first loop it will set tval to -0.900
  • In the second loop it will add .004166 to that value, which is wrong.

This approach uses a variable to control if the value is negative.

Actual algorithm does not work properly for negative values.

For example, if we input the value -54'15":
* In the first loop it will set tval to -0.900
* In the second loop it will add .004166 to that value, which is wrong.

This approach uses a variable to control if the value is negative.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant