]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/compatibility/include/boost/compatibility/cpp_c_headers/cmath
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / compatibility / include / boost / compatibility / cpp_c_headers / cmath
1 // This file is automatically generated. Do not edit.
2 // ['../../libs/compatibility/generate_cpp_c_headers.py']
3 // Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
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