From 1dd06d1b60bfd10408341d65b77efa5d96d6e70e Mon Sep 17 00:00:00 2001 From: Christopher Kormanyos Date: Fri, 9 Feb 2024 16:01:14 +0100 Subject: [PATCH] Repair LaTeX typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 247baa291..a4874cf83 100644 --- a/README.md +++ b/README.md @@ -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).