]> git.mxchange.org Git - simgear.git/blob - simgear/compatibility/MIPSpro740/cmath
overhaul sg_throwable to behave like a proper exception
[simgear.git] / simgear / compatibility / MIPSpro740 / cmath
1 // This file is automatically generated. Do not edit.
2 // ['../../../libs/compatibility/generate_cpp_c_headers.py']
3 // Mon Apr 16 15:16:00 2001 ('PST', 'PDT')
4
5 #ifndef __CMATH_HEADER
6 #define __CMATH_HEADER
7
8 #include <math.h>
9
10 namespace std {
11   using ::acos;
12   using ::cos;
13   using ::fmod;
14   using ::modf;
15   using ::tan;
16   using ::asin;
17   using ::cosh;
18   using ::frexp;
19   using ::pow;
20   using ::tanh;
21   using ::atan;
22   using ::exp;
23   using ::ldexp;
24   using ::sin;
25   using ::atan2;
26   using ::fabs;
27   using ::log;
28   using ::sinh;
29   using ::ceil;
30   using ::floor;
31   using ::log10;
32   using ::sqrt;
33 }
34
35 #endif // CMATH_HEADER