common.hpp

来自「financal instrument pricing using c」· HPP 代码 · 共 13 行

HPP
13
字号
// Common.hpp
//
// Header file with common includes

#ifndef Common_hpp
#define Common_hpp

#include <cmath>
#include <iostream>

#define PI 3.1415926535

#endif	// Common_hpp

⌨️ 快捷键说明

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