Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix conversion of degree to radian angle #100

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

yousefkazemy1
Copy link

@yousefkazemy1 yousefkazemy1 commented Nov 25, 2023

I fixed this problem
#99

Problem:
Instead of using the correct PI in the calculation, (22/7) is used for PI. This causes the problem because (22/7) is not the same as standard PI(Koltin PI).

I also fixed this issue:
#102

Problem:
When data value is zero, the app crashes because of creating Unspecified value

@AndrewAboalhana
Copy link
Collaborator

Thx for your help we will review it as soon as we can

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.

4 participants