ctgmath 727 B

1234567891011121314151617181920212223242526272829
  1. // -*- C++ -*-
  2. //===----------------------------------------------------------------------===//
  3. //
  4. // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
  5. // See https://llvm.org/LICENSE.txt for license information.
  6. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  7. //
  8. //===----------------------------------------------------------------------===//
  9. #ifndef _LIBCPP_CTGMATH
  10. #define _LIBCPP_CTGMATH
  11. /*
  12. ctgmath synopsis
  13. #include <ccomplex>
  14. #include <cmath>
  15. */
  16. #include <__assert> // all public C++ headers provide the assertion handler
  17. #include <ccomplex>
  18. #include <cmath>
  19. #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
  20. # pragma GCC system_header
  21. #endif
  22. #endif // _LIBCPP_CTGMATH