summaryrefslogtreecommitdiff
path: root/libc/src/math/generic/atanhf16.cpp
AgeCommit message (Collapse)Author
2025-08-02[libc][math] Refactor atanhf16 implementation to header-only in ↵Muhammad Bassiouni
src/__support/math folder. (#151779) 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-25[libc][math][c23] Add atanhf16 C23 math function. (#132612)Harrison Hao
Implementation of atanhf16 function for 16-bit inputs. Closes: https://github.com/llvm/llvm-project/issues/132209