[libc-commits] [libc] [libc][math][c23] Add atanf16() function (PR #141612)

via libc-commits libc-commits at lists.llvm.org
Tue May 27 11:30:42 PDT 2025


================
@@ -0,0 +1,32 @@
+#include "src/math/atanf16.h"
----------------
overmighty wrote:

```suggestion
//===-- Exhaustive test for atanf16 ---------------------------------------===//
//
// 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 "src/math/atanf16.h"
```

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


More information about the libc-commits mailing list