Sha256: fc22f7f3f7772fbfea86e9d2ae6c9872faac54563592637443db8b64330703df
Contents?: true
Size: 645 Bytes
Versions: 8
Compression:
Stored size: 645 Bytes
Contents
// -*- C++ -*- //===-------------------------- tgmath.h ----------------------------------===// // // The LLVM Compiler Infrastructure // // This file is dual licensed under the MIT and the University of Illinois Open // Source Licenses. See LICENSE.TXT for details. // //===----------------------------------------------------------------------===// #ifndef _LIBCPP_TGMATH_H #define _LIBCPP_TGMATH_H /* tgmath.h synopsis #include <complex.h> #include <math.h> */ #include <complex.h> #include <math.h> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header #endif #endif // _LIBCPP_TGMATH_H
Version data entries
8 entries across 8 versions & 1 rubygems