Mercurial > hg > vamp-build-and-test
comparison DEPENDENCIES/generic/include/boost/compatibility/cpp_c_headers/cmath @ 16:2665513ce2d3
Add boost headers
author | Chris Cannam |
---|---|
date | Tue, 05 Aug 2014 11:11:38 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
15:663ca0da4350 | 16:2665513ce2d3 |
---|---|
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 |