[libc-commits] [libc] [libc][complex] Add cargf and carg functions to libc complex math (PR #204087)

Victor Campos via libc-commits libc-commits at lists.llvm.org
Tue Jun 23 02:22:14 PDT 2026


================
@@ -0,0 +1,27 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+///
+/// carg.cpp
----------------
vhscampos wrote:

Where the coding standard mentions `\file`, it is literally it.

So in this case, it would be:
```
\file
This file contains the implementation of carg.
```

Similarly to the other files.

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


More information about the libc-commits mailing list