ctgmath revision 267654
1219182Sglebius// TR1 ctgmath -*- C++ -*-
2219182Sglebius
3219182Sglebius// Copyright (C) 2006 Free Software Foundation, Inc.
4219182Sglebius//
5219182Sglebius// This file is part of the GNU ISO C++ Library.  This library is free
6219182Sglebius// software; you can redistribute it and/or modify it under the
7219182Sglebius// terms of the GNU General Public License as published by the
8219182Sglebius// Free Software Foundation; either version 2, or (at your option)
9219182Sglebius// any later version.
10219182Sglebius
11219182Sglebius// This library is distributed in the hope that it will be useful,
12219182Sglebius// but WITHOUT ANY WARRANTY; without even the implied warranty of
13219182Sglebius// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14219182Sglebius// GNU General Public License for more details.
15219182Sglebius
16219182Sglebius// You should have received a copy of the GNU General Public License along
17219182Sglebius// with this library; see the file COPYING.  If not, write to the Free
18219182Sglebius// Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
19219182Sglebius// USA.
20219182Sglebius
21219182Sglebius// As a special exception, you may use this file as part of a free software
22219182Sglebius// library without restriction.  Specifically, if other files instantiate
23219182Sglebius// templates or use macros or inline functions from this file, or you compile
24219182Sglebius// this file and link it with other files to produce an executable, this
25219182Sglebius// file does not by itself cause the resulting executable to be covered by
26219182Sglebius// the GNU General Public License.  This exception does not however
27219182Sglebius// invalidate any other reasons why the executable file might be covered by
28219182Sglebius// the GNU General Public License.
29219182Sglebius
30219182Sglebius/** @file tr1/ctgmath
31219182Sglebius *  This is a TR1 C++ Library header. 
32219182Sglebius */
33219182Sglebius
34219182Sglebius#ifndef _TR1_CTGMATH
35219182Sglebius#define _TR1_CTGMATH 1
36219182Sglebius
37219182Sglebius#include <tr1/cmath>
38219182Sglebius
39219182Sglebius#endif
40219182Sglebius