__math.h
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:0k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. /*
  2.  *      ANSI required entries in math.h
  3.  *
  4.  */
  5. #ifdef _ANSI_C_SOURCE
  6. #if defined(_IEEE_FP)
  7. #   define HUGE_VAL 1.8e308
  8. #else
  9. #   define HUGE_VAL 1.797693134862315708e308
  10. #endif
  11. #endif /*_ANSI_C_SOURCE */