@@ -13,7 +13,7 @@ Decimal is an implementation of IEEE-754:2008 decimal floating point numbers.
1313See also [ 1] .
1414
1515The library is is header-only, and requires C++14.
16- It is compatible through C++17, 20, 23 and beyond.
16+ It is compatible through C++14, 17, 20, 23 and beyond.
1717
1818# Notice
1919
@@ -50,15 +50,17 @@ conan create decimal/conan --build missing
5050
5151# Supported Platforms
5252
53- Boost.Decimal is tested on Ubuntu (x86_64, s390x, and aarch64), macOS (x86_64, and Apple Silicon), and Windows (x86_64) with the following compilers:
53+ Boost.Decimal is tested on Ubuntu (x86_64, s390x, and aarch64),
54+ macOS (x86_64, and Apple Silicon), and Windows (x86_64)
55+ with the following compilers:
5456
5557* GCC 7 and later
5658* Clang 6 and later
5759* Visual Studio 2017 and later
5860
5961# Synopsis
6062
61- Decimal provides 3 types:
63+ Decimal provides 3 types:
6264
6365``` cpp
6466namespace boost {
@@ -73,7 +75,7 @@ class decimal128;
7375```
7476
7577These types operate like built-in floating point types.
76- They have their own implementations of the Standar -Library functions
78+ They have their own implementations of the Standard -Library functions
7779(e.g. like those found in `<cmath>`, `<charconv>`, `<cstdlib>`, etc.).
7880
7981The entire library can be conveniently included with `#include <boost/decimal.hpp>`
@@ -140,4 +142,4 @@ The complete documentation can be found at: https://cppalliance.org/decimal/deci
140142## References
141143
142144[ 1 ] IEEE Computer Society. _IEEE_ _Standard_ _for_ _Floating-Point_ _Arithmetic_,
143- IEEE Std 754 -2008 , August 29 , 2008 (doi:10.1109 /IEEESTD.2008.4610935 ).
145+ Std. IEEE: 754 -2008 , August 29 , 2008 (doi:10.1109 /IEEESTD.2008.4610935 ).
0 commit comments