Skip to content

Commit

Permalink
Repair LaTeX typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ckormanyos committed Feb 9, 2024
1 parent 3c11740 commit 1dd06d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The full documentation is available on [boost.org](http://www.boost.org/doc/libs
In the following example, we use Multiprecision's Boost-licensed binary
floating-point backend type `cpp_bin_float` to compute ${\sim}100$ decimal digits of

$$ sqrt{\pi} = {\Gamma}{\left(}{\frac{1}{2}}{\right)} {\approx} 1.772453850905516027298{\ldots}~, $$
$$sqrt{\pi} = \Gamma \left( \frac{1}{2} \right) {\approx}1.772453850905516027298{\ldots}\text{,}$$

where we also observe that Multiprecision can seemlesly interoperate with
[Boost.Math](https://github.com/boostorg/math).
Expand Down

0 comments on commit 1dd06d1

Please sign in to comment.