HEX
Server: nginx/1.29.3
System: Linux 11979.bigscoots-wpo.com 6.8.0-88-generic #89-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 01:02:46 UTC 2025 x86_64
User: nginx (1068)
PHP: 7.4.33
Disabled: exec,system,passthru,shell_exec,proc_open,proc_close,popen,show_source,cmd# Do not modify this line # 1684243876
Upload Files
File: //usr/include/boost/compatibility/cpp_c_headers/cmath
// This file is automatically generated. Do not edit.
// ['../../libs/compatibility/generate_cpp_c_headers.py']
// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')

#ifndef __CMATH_HEADER
#define __CMATH_HEADER

#include <math.h>

namespace std {
  using ::acos;
  using ::cos;
  using ::fmod;
  using ::modf;
  using ::tan;
  using ::asin;
  using ::cosh;
  using ::frexp;
  using ::pow;
  using ::tanh;
  using ::atan;
  using ::exp;
  using ::ldexp;
  using ::sin;
  using ::atan2;
  using ::fabs;
  using ::log;
  using ::sinh;
  using ::ceil;
  using ::floor;
  using ::log10;
  using ::sqrt;
}

#endif // CMATH_HEADER