[libc-commits] [libc] [libc][complex] Set up headers and add documentation (PR #111659)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Wed Oct 9 13:54:04 PDT 2024
================
@@ -0,0 +1,65 @@
+.. include:: check.rst
+
+=========
+complex.h
+=========
+
+Macros
+======
+
++-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
+| <Func> | <Func_f> (float) | <Func> (double) | <Func_l> (long double) | <Func_f16> (float16) | <Func_f128> (float128) | C23 Definition Section | C23 Error Handling Section |
++===========+==================+=================+========================+======================+========================+========================+============================+
+| CMPLX | | | | | | 7.3.9.3 | N/A |
++-----------+------------------+-----------------+------------------------+----------------------+------------------------+------------------------+----------------------------+
+
+Functions
----------------
jhuber6 wrote:
Do we want to add this if we don't implement any of these?
https://github.com/llvm/llvm-project/pull/111659
More information about the libc-commits
mailing list