📄 globalfun.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -