[libc-commits] [libc] [llvm] [libc][math] Implement double-precision acosh (PR #199953)

Aayush Shrivastava via libc-commits libc-commits at lists.llvm.org
Sun May 31 03:36:19 PDT 2026


================
@@ -0,0 +1,66 @@
+//===-- Unittests for acosh -----------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "hdr/errno_macros.h"
+#include "hdr/math_macros.h"
+#include "src/__support/FPUtil/FPBits.h"
+#include "src/math/acosh.h"
+#include "test/UnitTest/FPMatcher.h"
+#include "test/UnitTest/Test.h"
+
----------------
iamaayushrivastava wrote:

Done. Thank you for pointing that out!

https://github.com/llvm/llvm-project/pull/199953


More information about the libc-commits mailing list