annotate libcxx/include/ctgmath @ 266:00f31e85ec16 default tip

Added tag current for changeset 31d058e83c98
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 14 Oct 2023 10:13:55 +0900
parents c4bab56944e8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
150
anatofuz
parents:
diff changeset
1 // -*- C++ -*-
236
c4bab56944e8 LLVM 16
kono
parents: 221
diff changeset
2 //===----------------------------------------------------------------------===//
150
anatofuz
parents:
diff changeset
3 //
anatofuz
parents:
diff changeset
4 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
anatofuz
parents:
diff changeset
5 // See https://llvm.org/LICENSE.txt for license information.
anatofuz
parents:
diff changeset
6 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
anatofuz
parents:
diff changeset
7 //
anatofuz
parents:
diff changeset
8 //===----------------------------------------------------------------------===//
anatofuz
parents:
diff changeset
9
anatofuz
parents:
diff changeset
10 #ifndef _LIBCPP_CTGMATH
anatofuz
parents:
diff changeset
11 #define _LIBCPP_CTGMATH
anatofuz
parents:
diff changeset
12
anatofuz
parents:
diff changeset
13 /*
anatofuz
parents:
diff changeset
14 ctgmath synopsis
anatofuz
parents:
diff changeset
15
anatofuz
parents:
diff changeset
16 #include <ccomplex>
anatofuz
parents:
diff changeset
17 #include <cmath>
anatofuz
parents:
diff changeset
18
anatofuz
parents:
diff changeset
19 */
anatofuz
parents:
diff changeset
20
236
c4bab56944e8 LLVM 16
kono
parents: 221
diff changeset
21 #include <__assert> // all public C++ headers provide the assertion handler
150
anatofuz
parents:
diff changeset
22 #include <ccomplex>
anatofuz
parents:
diff changeset
23 #include <cmath>
anatofuz
parents:
diff changeset
24
anatofuz
parents:
diff changeset
25 #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
236
c4bab56944e8 LLVM 16
kono
parents: 221
diff changeset
26 # pragma GCC system_header
150
anatofuz
parents:
diff changeset
27 #endif
anatofuz
parents:
diff changeset
28
221
79ff65ed7e25 LLVM12 Original
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 150
diff changeset
29 #endif // _LIBCPP_CTGMATH