File tree Expand file tree Collapse file tree 3 files changed +0
-33
lines changed
Expand file tree Collapse file tree 3 files changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,6 @@ In the examples folder there is a file named `moving_average.cpp`.
3131This example shows how to parse historical stock data from a file and use it.
3232This serves as a framework for other calculations for securities.
3333
34- == Currency Conversion
35- In the examples folder there is a file named `currency_conversion.cpp`.
36- This example shows how to simply convert currencies based off a given exchange rate.
37-
3834[#examples_boost_math]
3935== Boost.Math Integration
4036
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -200,7 +200,6 @@ run ../examples/literals.cpp ;
200200run ../examples/rounding_mode.cpp ;
201201run ../examples/rounding_mode_compile_time.cpp ;
202202run ../examples/moving_average.cpp ;
203- run ../examples/currency_conversion.cpp ;
204203run ../examples/statistics.cpp ;
205204run ../examples/format.cpp ;
206205run ../examples/fmt_format.cpp ;
You can’t perform that action at this time.
0 commit comments