-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AK: Implement atan2() in terms of atan() on non-x86
atan() isn't implemented yet on non-x86, so this isn't super useful yet. But it does handle a couple corner cases correctly already, and those are even enough to make all the atan2 tests in Tests/LibC/TestMath.cpp pass 🙃
- Loading branch information
Showing
1 changed file
with
61 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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