cosmopolitan/third_party/libcxx/ctgmath

29 lines
651 B
Text
Raw Permalink Normal View History

2022-09-04 11:53:52 +00:00
// -*- C++ -*-
2024-05-27 09:12:27 +00:00
//===----------------------------------------------------------------------===//
2022-09-04 11:53:52 +00:00
//
// 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
//
//===----------------------------------------------------------------------===//
#ifndef _LIBCPP_CTGMATH
#define _LIBCPP_CTGMATH
/*
ctgmath synopsis
2024-05-27 09:12:27 +00:00
#include <ccomplex>
#include <cmath>
2022-09-04 11:53:52 +00:00
*/
2024-05-27 09:12:27 +00:00
#include <ccomplex>
#include <cmath>
2022-09-04 11:53:52 +00:00
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
2024-05-27 09:12:27 +00:00
# pragma GCC system_header
2022-09-04 11:53:52 +00:00
#endif
2024-05-27 09:12:27 +00:00
#endif // _LIBCPP_CTGMATH