Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/boost/compatibility/cpp_c_headers/cmath is written in an unsupported language. File is not indexed.

0001 // This file is automatically generated. Do not edit.
0002 // ['../../libs/compatibility/generate_cpp_c_headers.py']
0003 // Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
0004 
0005 #ifndef __CMATH_HEADER
0006 #define __CMATH_HEADER
0007 
0008 #include <math.h>
0009 
0010 namespace std {
0011   using ::acos;
0012   using ::cos;
0013   using ::fmod;
0014   using ::modf;
0015   using ::tan;
0016   using ::asin;
0017   using ::cosh;
0018   using ::frexp;
0019   using ::pow;
0020   using ::tanh;
0021   using ::atan;
0022   using ::exp;
0023   using ::ldexp;
0024   using ::sin;
0025   using ::atan2;
0026   using ::fabs;
0027   using ::log;
0028   using ::sinh;
0029   using ::ceil;
0030   using ::floor;
0031   using ::log10;
0032   using ::sqrt;
0033 }
0034 
0035 #endif // CMATH_HEADER