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

AK: Implement asin(), atan(), tan() on non-x86 #25579

Merged
merged 4 commits into from
Dec 26, 2024
Merged

Conversation

nico
Copy link
Contributor

@nico nico commented Dec 25, 2024

asin() now no longer relies on atan(), and atan() is now implemented in terms of asin().

With atan() implemented, Browser starts up, and paths can be stroked.

/usr/Tests/LibC/TestMath now passes 7 of 14 tests, compared to 2 of 14 before.

(While here, also implement tan() as sin() / cos().)

@github-actions github-actions bot added the 👀 pr-needs-review PR needs review from a maintainer or community member label Dec 25, 2024
@nico
Copy link
Contributor Author

nico commented Dec 25, 2024

Continuing the screenshots from #25578 (comment), before:

image

After:

Screenshot 2024-12-24 at 10 46 28 PM

@nico nico merged commit 17622bf into SerenityOS:master Dec 26, 2024
14 checks passed
@nico nico deleted the fmod-atan branch December 26, 2024 00:04
@github-actions github-actions bot removed the 👀 pr-needs-review PR needs review from a maintainer or community member label Dec 26, 2024
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