You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.This example demonstrates the numerical differences between parsing of monetary values between using `decimal32_t` and `float`
13
+
.This https://github.com/cppalliance/decimal/blob/develop/examples/numerical_parsing.cpp[example] demonstrates the numerical differences between parsing of monetary values between using `decimal32_t` and `float`
14
14
====
15
15
[source, c++]
16
16
----
@@ -28,6 +28,7 @@ Sum using decimal32_t: 52151.99
28
28
29
29
[#examples_boost_math]
30
30
== Boost.Math to Calculate Bollinger Bands
31
+
.This https://github.com/cppalliance/decimal/blob/develop/examples/statistics.cpp[example] demonstrates how we can use the decimal library with existing Boost.Math facilities to perform statistical analysis
0 commit comments