summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/atanf16.cpp
AgeCommit message (Collapse)Author
2025-07-30[libc][math] Refactor atanf16 implementation to header-only in ↵Muhammad Bassiouni
src/__support/math folder. (#150868) 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-06-01[libc][math][c23] Add atanf16() function (#141612)wldfngrs
- Implementation of atan (tan inverse) function for 16-bit inputs. - Exhaustive tests across the 16-bit input range