Correct Markdown typos yet again

This commit is contained in:
ckormanyos
2025-07-01 19:16:31 +02:00
parent 3eb1c563c1
commit 5c50fd50dd
+6 -5
View File
@@ -17,7 +17,8 @@ Language adherence:
- It is compatible with C++14, 17, 20, 23 and beyond.
The big number types in `Boost.Multiprecision` can be used with a wide selection of basic
mathematical operations, elementary transcendental functions as well as the functions in Boost.Math.
mathematical operations, elementary transcendental functions as well as the functions in
[`Boost.Math`](https://github.com/boostorg/math).
The Multiprecision types also interoperate with built-in types in C++.
The big number types adhere to clearly defined conversion rules. This allows `Boost.Multiprecision` to be
used for all kinds of mathematical calculations involving integer, rational and floating-point types
@@ -25,8 +26,8 @@ requiring extended range and precision.
Multiprecision consists of a generic interface to the mathematics of large numbers as well as a selection of big number back ends.
There is support for integer, rational and floating-point types.
`Boost.Multiprecision` provides a selection of back ends delivered off-the-rack in
including interfaces to GMP, MPFR, MPIR, TomMath as well as its own collection
`Boost.Multiprecision` provides a selection of back ends delivered off-the-rack.
These include interfaces to GMP, MPFR, MPIR, TomMath as well as its own collection
of Boost-licensed, header-only back ends for integers,
rationals, floats and complex.
@@ -55,7 +56,7 @@ floating-point backend type `cpp_bin_float` to compute ${\sim}100$ decimal digit
$$\sqrt{\pi} = \Gamma \left( \frac{1}{2} \right)~{\approx}~1.772453850905516027298{\ldots}\text{,}$$
where we also observe that Multiprecision can seamlesly interoperate with
[Boost.Math](https://github.com/boostorg/math).
[`Boost.Math`](https://github.com/boostorg/math).
```cpp
// ------------------------------------------------------------------------------
@@ -114,7 +115,7 @@ So no other downloads are required.
Some functionality is reduced in this mode.
A `static_assert` message will alert you if a particular feature has been disabled by standalone mode.
[Boost.Math](https://github.com/boostorg/math) standalone mode is compatiable,
[`Boost.Math`](https://github.com/boostorg/math) standalone mode is compatiable,
and recommended if special functions are required for the floating point types.
## Support, bugs and feature requests