[libc-commits] [libc] [libc][math][c23] Implement C23 math function atanpif16 (PR #150400)
via libc-commits
libc-commits at lists.llvm.org
Thu Aug 14 19:52:08 PDT 2025
================
@@ -123,6 +123,21 @@ MPFRNumber MPFRNumber::atanh() const {
return result;
}
+MPFRNumber MPFRNumber::atanpi() const {
+ MPFRNumber result(*this);
+#if 0 && (MPFR_VERSION >= MPFR_VERSION_NUM(4, 2, 0))
----------------
lntue wrote:
`0 &&`?
https://github.com/llvm/llvm-project/pull/150400
More information about the libc-commits
mailing list