summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/acospif16.cpp
AgeCommit message (Collapse)Author
2025-07-25[libc][math] Refactor acospif16 implementation to header-only in ↵Muhammad Bassiouni
src/__support/math folder. (#148574) Part of #147386 in preparation for: https://discourse.llvm.org/t/rfc-make-clang-builtin-math-functions-constexpr-with-llvm-libc-to-support-c-23-constexpr-math-functions/86450
2025-04-24[libc][math][c23] Add acospif16() function (#134664)Anton
Addresses #132211 #132754 Part of #95250