File tree Expand file tree Collapse file tree 3 files changed +1
-103
lines changed
Expand file tree Collapse file tree 3 files changed +1
-103
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ https://www.boost.org/LICENSE_1_0.txt
88= Financial Examples
99:idprefix: financial_examples_
1010
11+ == Parsing Pricing Data from File
1112[#examples_money_parsing]
1213.This example demonstrates the numerical differences between parsing of monetary values between using `decimal32_t` and `float`
1314====
@@ -25,12 +26,6 @@ Sum using decimal32_t: 52151.99
2526....
2627====
2728
28- == Simple Moving Average
29-
30- In the examples folder there is a file named `moving_average.cpp`.
31- This example shows how to parse historical stock data from a file and use it.
32- This serves as a framework for other calculations for securities.
33-
3429[#examples_boost_math]
3530== Boost.Math Integration
3631
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -199,7 +199,6 @@ run ../examples/charconv_cohort_preservation.cpp ;
199199run ../examples/literals.cpp ;
200200run ../examples/rounding_mode.cpp ;
201201run ../examples/rounding_mode_compile_time.cpp ;
202- run ../examples/moving_average.cpp ;
203202run ../examples/statistics.cpp ;
204203run ../examples/format.cpp ;
205204run ../examples/fmt_format.cpp ;
You can’t perform that action at this time.
0 commit comments