1 // -*- C++ -*- compatibility header.
3 // Copyright (C) 2002-2017 Free Software Foundation, Inc.
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 3, or (at your option)
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 // Under Section 7 of GPL version 3, you are granted additional
17 // permissions described in the GCC Runtime Library Exception, version
18 // 3.1, as published by the Free Software Foundation.
20 // You should have received a copy of the GNU General Public License and
21 // a copy of the GCC Runtime Library Exception along with this program;
22 // see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
23 // <http://www.gnu.org/licenses/>.
26 * This is a Standard C++ Library header.
29 #if !defined __cplusplus || defined _GLIBCXX_INCLUDE_NEXT_C_HEADERS
30 # include_next <math.h>
33 #ifndef _GLIBCXX_MATH_H
34 #define _GLIBCXX_MATH_H 1
62 #if _GLIBCXX_USE_C99_MATH
63 using std::fpclassify
;
70 using std::isgreaterequal
;
72 using std::islessequal
;
73 using std::islessgreater
;
74 using std::isunordered
;
77 #if __cplusplus >= 201103L && defined(_GLIBCXX_USE_C99_MATH_TR1)
101 using std::nearbyint
;
102 using std::nextafter
;
103 using std::nexttoward
;
104 using std::remainder
;
112 #endif // C++11 && _GLIBCXX_USE_C99_MATH_TR1
114 #if __STDCPP_WANT_MATH_SPEC_FUNCS__ == 1
115 using std::assoc_laguerref
;
116 using std::assoc_laguerrel
;
117 using std::assoc_laguerre
;
118 using std::assoc_legendref
;
119 using std::assoc_legendrel
;
120 using std::assoc_legendre
;
124 using std::comp_ellint_1f
;
125 using std::comp_ellint_1l
;
126 using std::comp_ellint_1
;
127 using std::comp_ellint_2f
;
128 using std::comp_ellint_2l
;
129 using std::comp_ellint_2
;
130 using std::comp_ellint_3f
;
131 using std::comp_ellint_3l
;
132 using std::comp_ellint_3
;
133 using std::cyl_bessel_if
;
134 using std::cyl_bessel_il
;
135 using std::cyl_bessel_i
;
136 using std::cyl_bessel_jf
;
137 using std::cyl_bessel_jl
;
138 using std::cyl_bessel_j
;
139 using std::cyl_bessel_kf
;
140 using std::cyl_bessel_kl
;
141 using std::cyl_bessel_k
;
142 using std::cyl_neumannf
;
143 using std::cyl_neumannl
;
144 using std::cyl_neumann
;
145 using std::ellint_1f
;
146 using std::ellint_1l
;
148 using std::ellint_2f
;
149 using std::ellint_2l
;
151 using std::ellint_3f
;
152 using std::ellint_3l
;
160 using std::laguerref
;
161 using std::laguerrel
;
163 using std::legendref
;
164 using std::legendrel
;
166 using std::riemann_zetaf
;
167 using std::riemann_zetal
;
168 using std::riemann_zeta
;
169 using std::sph_besself
;
170 using std::sph_bessell
;
171 using std::sph_bessel
;
172 using std::sph_legendref
;
173 using std::sph_legendrel
;
174 using std::sph_legendre
;
175 using std::sph_neumannf
;
176 using std::sph_neumannl
;
177 using std::sph_neumann
;
178 #endif // __STDCPP_WANT_MATH_SPEC_FUNCS__
180 #endif // _GLIBCXX_MATH_H
181 #endif // __cplusplus