[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,20 @@
+//===-- Implementation header for atanf16 -----------------------*- C++ -*-===//
+//
+// 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.     //
+//===----------------------------------------------------------------------===//
----------------
overmighty wrote:

Nit: formatting.

```suggestion
//===-- Implementation header for atanf16 -----------------------*- C++ -*-===//
//
// 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.
//
//===----------------------------------------------------------------------===//
```

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


More information about the libc-commits mailing list