summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/acosf16.cpp
AgeCommit message (Collapse)Author
2025-07-21[libc][math] Refactor acosf16 implementation to header-only in ↵Muhammad Bassiouni
src/__support/math folder. (#148412) 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-03-11[libc][math] Skip checking for exceptional values when ↵lntue
LIBC_MATH_SKIP_ACCURATE_PASS is set. (#130811)
2025-02-23[libc][math][c23] Add acosf16() function (#127731)wldfngrs
- Implementation of acosf16 (inverse cosine) function for 16-bit inputs. - Exhaustive tests across the 16-bit input range.