From 8b75e3007c401d8080e419fbfaeee96769a19d95 Mon Sep 17 00:00:00 2001 From: Christopher Kormanyos Date: Mon, 29 Jan 2024 15:56:08 +0100 Subject: [PATCH] Repait LaTeX in benchmark docs --- ref_app/src/app/benchmark/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ref_app/src/app/benchmark/readme.md b/ref_app/src/app/benchmark/readme.md index 05bfdaebe..6e25b733e 100644 --- a/ref_app/src/app/benchmark/readme.md +++ b/ref_app/src/app/benchmark/readme.md @@ -43,7 +43,7 @@ a wide range of microcontroller _performance_ _classes_. Consider, for instance, [app_benchmark_pi_agm.cpp](https://github.com/ckormanyos/real-time-cpp/blob/master/ref_app/src/app/benchmark/app_benchmark_pi_agm.cpp) which exercises the benchmark of type `APP_BENCHMARK_TYPE_PI_AGM`. -This benchmark compute ${\sim}~50~{\ldots}~100$ decimal digits of the mathematical constant +This benchmark computes ${\sim}50{\ldots}100$ decimal digits of the mathematical constant $\pi$ using a Gauss AGM method with help from the [`decwide_t`](https://github.com/ckormanyos/real-time-cpp/blob/master/ref_app/src/math/wide_decimal/decwide_t.h) template class.