⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 testing.cc

📁 Financial Recipes
💻 CC
字号:
#include "fin_recipes.h"#include "normdist.h"#include <iostream>#include "tst_cash_flow.cc"#include "tst_binomial_approximations.cc"#include "tst_black_scholes.cc"#include "tst_black_scholes_extensions.cc"#include "tst_bond_options.cc"#include "tst_simulate_european_options.cc"#include "tst_finite_diff.cc"#include "tst_alternative_formulas.cc"#include "tst_approximate.cc"#include "tst_term_structure.cc"#include "tst_normal.cc"//#include "tst_random.cc"int main(){    test_cash_flow();    test_binomial_approximations();    test_black_scholes();    test_black_scholes_extensions();    test_bond_options();    test_simulate_european_options();    test_finite_diff();    test_alternative_formulas();    test_approximate();    test_term_structure();     test_normal();};

⌨️ 快捷键说明

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