Switch addresses of os_RealAsinRad and os_RealAcosRad#358
Merged
jacobly0 merged 2 commits intoCE-Programming:masterfrom Feb 7, 2022
Merged
Switch addresses of os_RealAsinRad and os_RealAcosRad#358jacobly0 merged 2 commits intoCE-Programming:masterfrom
jacobly0 merged 2 commits intoCE-Programming:masterfrom
Conversation
28bf9eb to
7cacd59
Compare
Member
|
If these were indeed mislabeled, src/include/ti84pceg.inc should also be updated. And also https://wikiti.brandonw.net/index.php?title=84PCE:OS:Include_File. |
Member
jacobly0
approved these changes
Feb 7, 2022
runer112
approved these changes
Feb 7, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

I'm building an RPN calculator, and I noticed that the
os_RealAsinRadfunction appears to calculate the arccosine of its argument while theos_RealAcosRadfunction appears to calculate the arcsine of its argument.This can be verified by running the following program:
I get an output of:
Let me know if this change works!