Install gcc-4.4.0-tdm-1-core-2.tar.gz
[msysgit.git] / mingw / lib / gcc / mingw32 / 4.3.3 / include / c++ / tr1 / math.h
blob4e95b9b3c2dd275bd08cceaa2f65a7f741f07b68
1 // TR1 math.h -*- C++ -*-
3 // Copyright (C) 2006, 2007 Free Software Foundation, Inc.
4 //
5 // This file is part of the GNU ISO C++ Library. This library is free
6 // software; you can redistribute it and/or modify it under the
7 // terms of the GNU General Public License as published by the
8 // Free Software Foundation; either version 2, or (at your option)
9 // any later version.
11 // This library is distributed in the hope that it will be useful,
12 // but WITHOUT ANY WARRANTY; without even the implied warranty of
13 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 // GNU General Public License for more details.
16 // You should have received a copy of the GNU General Public License along
17 // with this library; see the file COPYING. If not, write to the Free
18 // Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
19 // USA.
21 // As a special exception, you may use this file as part of a free software
22 // library without restriction. Specifically, if other files instantiate
23 // templates or use macros or inline functions from this file, or you compile
24 // this file and link it with other files to produce an executable, this
25 // file does not by itself cause the resulting executable to be covered by
26 // the GNU General Public License. This exception does not however
27 // invalidate any other reasons why the executable file might be covered by
28 // the GNU General Public License.
30 /** @file tr1/math.h
31 * This is a TR1 C++ Library header.
34 #ifndef _GLIBCXX_TR1_MATH_H
35 #define _GLIBCXX_TR1_MATH_H 1
37 #include <tr1/cmath>
39 #if _GLIBCXX_USE_C99_MATH_TR1
41 using std::tr1::acos;
42 using std::tr1::acosh;
43 using std::tr1::asin;
44 using std::tr1::asinh;
45 using std::tr1::atan;
46 using std::tr1::atan2;
47 using std::tr1::atanh;
48 using std::tr1::cbrt;
49 using std::tr1::ceil;
50 using std::tr1::copysign;
51 using std::tr1::cos;
52 using std::tr1::cosh;
53 using std::tr1::erf;
54 using std::tr1::erfc;
55 using std::tr1::exp;
56 using std::tr1::exp2;
57 using std::tr1::expm1;
58 using std::tr1::fabs;
59 using std::tr1::fdim;
60 using std::tr1::floor;
61 using std::tr1::fma;
62 using std::tr1::fmax;
63 using std::tr1::fmin;
64 using std::tr1::fmod;
65 using std::tr1::frexp;
66 using std::tr1::hypot;
67 using std::tr1::ilogb;
68 using std::tr1::ldexp;
69 using std::tr1::lgamma;
70 using std::tr1::llrint;
71 using std::tr1::llround;
72 using std::tr1::log;
73 using std::tr1::log10;
74 using std::tr1::log1p;
75 using std::tr1::log2;
76 using std::tr1::logb;
77 using std::tr1::lrint;
78 using std::tr1::lround;
79 using std::tr1::nearbyint;
80 using std::tr1::nextafter;
81 using std::tr1::nexttoward;
82 using std::tr1::pow;
83 using std::tr1::remainder;
84 using std::tr1::remquo;
85 using std::tr1::rint;
86 using std::tr1::round;
87 using std::tr1::scalbln;
88 using std::tr1::scalbn;
89 using std::tr1::sin;
90 using std::tr1::sinh;
91 using std::tr1::sqrt;
92 using std::tr1::tan;
93 using std::tr1::tanh;
94 using std::tr1::tgamma;
95 using std::tr1::trunc;
97 #endif
99 using std::tr1::assoc_laguerref;
100 using std::tr1::assoc_laguerre;
101 using std::tr1::assoc_laguerrel;
103 using std::tr1::assoc_legendref;
104 using std::tr1::assoc_legendre;
105 using std::tr1::assoc_legendrel;
107 using std::tr1::betaf;
108 using std::tr1::beta;
109 using std::tr1::betal;
111 using std::tr1::comp_ellint_1f;
112 using std::tr1::comp_ellint_1;
113 using std::tr1::comp_ellint_1l;
115 using std::tr1::comp_ellint_2f;
116 using std::tr1::comp_ellint_2;
117 using std::tr1::comp_ellint_2l;
119 using std::tr1::comp_ellint_3f;
120 using std::tr1::comp_ellint_3;
121 using std::tr1::comp_ellint_3l;
123 using std::tr1::conf_hypergf;
124 using std::tr1::conf_hyperg;
125 using std::tr1::conf_hypergl;
127 using std::tr1::cyl_bessel_if;
128 using std::tr1::cyl_bessel_i;
129 using std::tr1::cyl_bessel_il;
131 using std::tr1::cyl_bessel_jf;
132 using std::tr1::cyl_bessel_j;
133 using std::tr1::cyl_bessel_jl;
135 using std::tr1::cyl_bessel_kf;
136 using std::tr1::cyl_bessel_k;
137 using std::tr1::cyl_bessel_kl;
139 using std::tr1::cyl_neumannf;
140 using std::tr1::cyl_neumann;
141 using std::tr1::cyl_neumannl;
143 using std::tr1::ellint_1f;
144 using std::tr1::ellint_1;
145 using std::tr1::ellint_1l;
147 using std::tr1::ellint_2f;
148 using std::tr1::ellint_2;
149 using std::tr1::ellint_2l;
151 using std::tr1::ellint_3f;
152 using std::tr1::ellint_3;
153 using std::tr1::ellint_3l;
155 using std::tr1::expintf;
156 using std::tr1::expint;
157 using std::tr1::expintl;
159 using std::tr1::hermitef;
160 using std::tr1::hermite;
161 using std::tr1::hermitel;
163 using std::tr1::hypergf;
164 using std::tr1::hyperg;
165 using std::tr1::hypergl;
167 using std::tr1::laguerref;
168 using std::tr1::laguerre;
169 using std::tr1::laguerrel;
171 using std::tr1::legendref;
172 using std::tr1::legendre;
173 using std::tr1::legendrel;
175 using std::tr1::riemann_zetaf;
176 using std::tr1::riemann_zeta;
177 using std::tr1::riemann_zetal;
179 using std::tr1::sph_besself;
180 using std::tr1::sph_bessel;
181 using std::tr1::sph_bessell;
183 using std::tr1::sph_legendref;
184 using std::tr1::sph_legendre;
185 using std::tr1::sph_legendrel;
187 using std::tr1::sph_neumannf;
188 using std::tr1::sph_neumann;
189 using std::tr1::sph_neumannl;
191 #endif // _GLIBCXX_TR1_MATH_H