-
Notifications
You must be signed in to change notification settings - Fork 2
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
User reported issue: radians incorrect at 9pi, -9pi and after #97
Comments
Yes this seems to be a bug at 9π. |
I was able to observer this, Ill take a look. The numerical value is correct, so it is just about the fraction readout. |
We are going to change this representation in #80, so any changes here may overlap with that one. |
The trig-tour/js/trig-tour/model/TrigTourModel.ts Lines 204 to 209 in 151018b
When it works well, the |
OK, I believe this is fixed. @amanda-phet can you please verify? @oliver-phet thanks for the testing and list in #97 (comment) that helped identify the problem, and I made sure each value you found is working. |
Well, I guess this behavior is going to change with #80 so I maybe this should be on hold. |
This is working as expected. Thank you! @oliver-phet do you want to reply to that user and let them know a fix will be published, and the representation is also changing? |
I think it's best to communicate to the user once the fix is published (unless that is a long ways out). Can this issue be kept open and assigned to me once it is published? |
@amanda-phet when I went to verify, I noticed 9pi has the same issue. But the sim self-corrects at 10pi. At 17pi and 18pi, the radians are off by 1pi, but the sim self-corrects at 19pi. Then at 21, 23, 27, 31, 34, 35, 36, 39. Same in the negative direction: -9, -17, -18, -21...
The text was updated successfully, but these errors were encountered: