globalfun.h
来自「支持简单的公式推导」· C头文件 代码 · 共 13 行
H
13 行
#ifndef __GLOBALFUN_H__
#define __GLOBALFUN_H__
#include <string>
using namespace std;
extern double c_very_small;
string ModifyNumber(double in,const string& m,bool IsPrefix );
string ForConst(double in);
//string ForPower(const string& ,int times);
string ForPower(const string&,double d);
#endif //__GLOBALFUN_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?