Images 💾

Last commit ⭐

commit 69b2b86b2994cc8d185b63ae08c05188311e2a8a
Author:     Nico Weber <thakis@chromium.org>
AuthorDate: Mon Dec 23 19:11:34 2024 -0500
Commit:     Nico Weber <thakis@chromium.org>
CommitDate: Tue Dec 24 13:11:07 2024 -0500

    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 🙃