cmath

来自「Keil for ARM.rar」· 代码 · 共 26 行

TXT
26
字号
/*
 * C++ header for C header math.h
 * Copyright 1997 ARM Limited. All rights reserved.
 */

/*
 * RCS $Revision: 1.3.2.1 $
 * Checkin $Date: 2001/02/22 16:23:34 $
 * Revising $Author: cadeniyi $
 */

#ifndef __cmath
#define __cmath

  #define __MATH_NO_EXPORTS 1
  #include <math.h>
  #undef __MATH_NO_EXPORTS 

  #ifdef __EDG_RUNTIME_USES_NAMESPACES
    #undef __math_h  // later inclusion of math.h must do using std::*
  #endif

#endif

/* end of cmath */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?